-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitysuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete
Milestone
Description
Currently VS Code just throws everything together in the suggestions box.
It would be much better, if it sorted them by their type.
Screenshot of the current behavior with Node.js's "path" module:

Here you can see that "delimiter" and "posix" are put between the functions.
They should rather be above them to make finding new variables and functions easier.
The same goes for other things such as constants and namespaces.
suwermave and elseecay
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitysuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete