It there any way to formatting text inside description field of a snippet?
Basic formatting like \n \t working fine but is there any way for example changing text color or something?
-
See stackoverflow.com/questions/53296517/… Not for styling the description text but at least multiline descriptions got easier with v.1.31.Mark– Mark2019-02-06 22:40:24 +00:00Commented Feb 6, 2019 at 22:40
Add a comment
|
1 Answer
I don't think many people need this feature. If you want for example mark some snippet you can use emoji: 📙📘📗📕🔴🔵🔶🔷
"📗console.log": {
"prefix": "cl",
"body": [
"console.log($1)"
]
}
1 Comment
Zoon81
Thank you Alex!This is nice. I tried to implement some kind of autocomplete with snippets.Not the best way I know but I don't familiar with typescript so I tried the easiest way.
