-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Something is severely different with intellisense and snippets #8758
Comments
|
|
There hasn't been any changes recently, but that the strategy: We had a more restricting policy for a short time where we would offer snippets only after a whitespace/new line, but had to change that again after user complaints. The sort order changes were made by @jrieken. |
All in for that. Do we have a third, @jrieken ? |
I agree but I know it's thin ice. Just add options to control snippet sorting. We have users that want snippets sorted to the top, we have users that want the opposite. |
Related issue: #6667 We already know there are people that want snippets on top of everything and other people that want them at the bottom. As I suggested in the related issue, I'm pretty sure the snippets lovers would we just fine if the snippets are shown on top only if the cursor is on a empty line and outside function parenthesis and object literal brackets. |
duplicate of #5223 |
I believe he meant #9286 |
I believe snippets were not offered before when the line had content on it.
I expect
getTabFocusMode
to be selected when intellisense pops up.The text was updated successfully, but these errors were encountered: