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
Is it possible for the autoimport entries to be added after the IntelliSense completions?
For example, I have an enum Month with a value April. When I type "ap", the first entries listed are from autoimport (see screenshot), because it's ordered alphabetically. But it's obvious that I want to see only the fields belonging to Month, or that at least they should be listed first.
The text was updated successfully, but these errors were encountered:
Is it possible for the autoimport entries to be added after the IntelliSense completions?
For example, I have an enum
Month
with a valueApril
. When I type "ap", the first entries listed are from autoimport (see screenshot), because it's ordered alphabetically. But it's obvious that I want to see only the fields belonging toMonth
, or that at least they should be listed first.The text was updated successfully, but these errors were encountered: