5 ms·
Ask HN: Is there an IM that supports code snippets?
- d--b 9y agoSlack does: https://get.slack.help/hc/en-us/articles/204145658-Creating-a-Snippet https://get.slack.help/hc/en-us/articles/204145658-Creating-...
- neduma 9y agoHipchat and other supports `/code <your code >`
- tuyguntn 9y agoTelegram does: for one-liners: use `your one liner` for multiline snippets: ``` multiline snippet ``` note there is no code highlight
- rerx 9y agoSkype does: Start your message with `!! ` (without the back ticks).
- dope 9y agoWow, did not know this - thanks!
- WillKirkby 9y agoDiscord does: wrap your code in `` inline or ``` for a block. Language highlighting can be supplied too: ```cpp /* some C++ code here */ ```
- chatmasta 9y agoFB messenger supports it on desktop only. [0] [0] https://news.ycombinator.com/item?id=13799800 https://news.ycombinator.com/item?id=13799800 (Sorry for the indirect sourcing)