0

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?

1

1 Answer 1

0

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)"
    ]
}

enter image description here

Sign up to request clarification or add additional context in comments.

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.