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 have the "locality bonus" setting turned on. When VS Code suggests symbols in other TypeScript files (that aren't imported yet), I'd like them to be ordered so that symbols in files nearer to the current one are first.
This would be helpful because my project has many interfaces with the same name (State) that only apply in particular areas. Most of the time I just want to import the interface defined in the same directory as the current file.
The text was updated successfully, but these errors were encountered:
I have the "locality bonus" setting turned on. When VS Code suggests symbols in other TypeScript files (that aren't imported yet), I'd like them to be ordered so that symbols in files nearer to the current one are first.
This would be helpful because my project has many interfaces with the same name (
State
) that only apply in particular areas. Most of the time I just want to import the interface defined in the same directory as the current file.The text was updated successfully, but these errors were encountered: