You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is related to #64367 since I'm using OmniSharp, but I haven't found anything in Google regarding this feature that I'd like to disable.
There's different concepts of autocomplete in VSCode (fuzzy, intellisense, autocomplete, etc.) so I'm also puzzled to where exactly belongs what I mean, but here I go:
This is the current result, notice how far the scrollbar is from the suggestions box (plus, I don't know why it thinks it should start at "Process"...):
This is the expected result:
Is there any way to avoid this to happen? To only show the fields marked as properties (with the wrench icon) ?
I've already tried to set this in settings but it doesn't work:
Thanks in advance!
The text was updated successfully, but these errors were encountered:
This is unlikely related to fuzzy matching your samples have no prefix. This is likely an issue with the default sorting that's provided by the extension. You can find that out yourself by hitting cmd+/ while IntelliSense shows. It will toggle the details window into an explain view, showing score and sortText
This is unlikely related to fuzzy matching your samples have no prefix. This is likely an issue with the default sorting that's provided by the extension. You can find that out yourself by hitting cmd+/ while IntelliSense shows. It will toggle the details window into an explain view, showing score and sortText
Thanks! The issue disappeared after a while but I managed to reproduce it again, here's what I see:
And here's how it should have been (I used page-up/scroll to the top to highlight the first element using the arrow keys)
I think (but not sure) what I did to trigger it was:
Have a main A console project that includes a classlib project B
Create a new class in project B
Try to use that class in project A and try to use its initializer.
I'll be happy to provide more info if/when requested. In any case, I would still like to remove the items that have this icon:
Or in other words, keep only the ones with either the wrench or the purple/blue box (i.e. props/methods/vars) only.
I'm not sure if this is related to #64367 since I'm using OmniSharp, but I haven't found anything in Google regarding this feature that I'd like to disable.
There's different concepts of autocomplete in VSCode (fuzzy, intellisense, autocomplete, etc.) so I'm also puzzled to where exactly belongs what I mean, but here I go:
This is the current result, notice how far the scrollbar is from the suggestions box (plus, I don't know why it thinks it should start at "Process"...):
This is the expected result:
Is there any way to avoid this to happen? To only show the fields marked as properties (with the wrench icon) ?
I've already tried to set this in settings but it doesn't work:
Thanks in advance!
The text was updated successfully, but these errors were encountered: