Dreamescaper / IntelliSenseExtender

GNU General Public License v3.0
88 stars 17 forks source link

Suggestion - better sort order of suggestions #22

Closed bladeSk closed 6 years ago

bladeSk commented 6 years ago

It would be very useful, if you could make the Intellisense popup display suggestions with better than the default sorting. Own/immediate members of a class should be displayed first and only then the inherited members. Another improvement could be displaying the members by category - fields, properties, methods, etc. Example:

ReSharper does all of this, but they use a custom popup, so I'm not sure if this is possible with the default one.

Feel free to close this issue if it's out of the scope of this project.

Dreamescaper commented 6 years ago

Unfortunately, it's not currently possible (or I don't know how to do that, at least). I can easily add new suggestions, but can't replace the order of existing ones.