-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add #
as trigger character for region completions in CSS/SCSS/LESS
#48488
Comments
@chrmarti What kind of snippet? We do have some for CSS/LESS. |
Indeed, I must have missed these. Closing. |
One thing I noticed, however, is when you type |
#
as trigger character for region completions in CSS/SCSS/LESS
Actually we return a list of items that doesn't make sense for cases such as |
For this one, we need to turn on this: "editor.quickSuggestions": {
"comments": true
} Which we don't really do in any language servers, so closing. |
Issue Type: Feature Request
Testing #48235
There are snippets for SCSS, it would make sense to have these for CSS and LESS too.
VS Code version: Code - Insiders 1.23.0-insider (b845ce9, 2018-04-24T05:10:57.500Z)
OS version: Darwin x64 16.7.0
The text was updated successfully, but these errors were encountered: