-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Insert Snippets using it's prefix stop working on version 1.10.1 #21733
Comments
@joaosamouco Can you provide more details please?
Last, please attach a sample of the code in which you want to insert a snippet and at best also the snippet which you want to insert |
I've tried with different files, empty ones and in the middle of existing ones. Nothing works if I try to insert a snippet using it's prefix. I've tested and they work properly with |
What is the prefix? Can you share the snippet with me? |
Sure. {
"Issue report": {
"prefix": "issue",
"body": [
"## Summary",
"",
"${1:How would you describe the bug in less than 60 characters? It should quickly and uniquely identify a bug report as well as explain the problem, not your suggested solution.\n\n**Example**: Selecting CFF crashes the Web Application.}",
"",
"## Component",
"",
"${2:In which sub-part of the software does it occurs?\n\n**Example**: `jscrambler-parser`}",
"",
"## Configuration",
"",
"${3:Everything that might influence the current behavior but it's not directly related to the issue.\n\n**Example**:\n* Jscrambler 4.0\n* Ultimate Plan}\n* ApplicationId: XXX",
"",
"## Description",
"",
"${4:The extended details of your problem report.}",
"",
"## Steps to Reproduce",
"",
"${5:Minimized, easy-to-follow steps that will trigger the bug.\n\n**Example**:\n1. Open Jscrambler WebApp\n2. Create a new application\n3. Select Control Flow Flattening}",
"",
"## Actual Results",
"",
"${6:What the application did after performing the above steps.\n\n**Example**: The application crashed.}",
"",
"## Expected Results",
"",
"${7:What the application should have done, if the bug was not present.\n\n**Example**: Should change status of Control Flow Flattening}",
"",
"## Additional Information",
"",
"${8:Information that might be useful to the developer that will try to solve your issue.\n\n**Example**: API response is not the one that WebApp is expecting.}"
]
}
} |
I have no specific settings for IntelliSense.
A colleague of mine is able to reproduce the issue on his machine using the same snippet. |
Ok, understood. What happened is that we disabled 24x7 IntelliSense for Markdown files by default. Often people were complaining that eager suggestions while typing text is confusion. Therefore we now only show IntelliSense when explicitly asked for (ctrl+space). This is #19733 and if you disagree with the new defaults, please comment there. To restore the old behaviour, add this to your "[markdown]": {
"editor.quickSuggestions": true
} |
closing this issue as designed because this was changed on purpose via #19733. |
Awesome. Thanks for the information. Definitely agree with this change. 👍 |
Steps to Reproduce:
Snippets are not detected as they were in the previous version.
The text was updated successfully, but these errors were encountered: