Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Indicate User-Code Items in Intellisense Dropdowns #107

Closed
fitdev opened this issue Oct 7, 2019 · 4 comments
Closed

Suggestion: Indicate User-Code Items in Intellisense Dropdowns #107

fitdev opened this issue Oct 7, 2019 · 4 comments
Labels
feature request need help no know how do, please help me
Milestone

Comments

@fitdev
Copy link

fitdev commented Oct 7, 2019

It would be real nice if items (members, types) that appear in the Intellisense dropdown that are defined in the user-code (i.e. within the solution) would be somehow indicated separately - either with an icon overlay, or a different style (bold for example). If possible, filtering ability would be great as well (now you can only filter my item kind - field, property, method, etc.).

@wmjordan
Copy link
Owner

wmjordan commented Oct 7, 2019

I had been thinking of hacking the completion list for quite a few months, to be specific, at the time when Codist was released publicly.

Unfortunately, the current API does not offer any capability to alter it, what we can do is completely overriding it, or adding new items to it (like what Intelli-Code does nowadays). No way to change icons, font styles, filters or other things in the list.

@wmjordan wmjordan added feature request need help no know how do, please help me labels Oct 7, 2019
@fitdev
Copy link
Author

fitdev commented Oct 7, 2019

I see. That's a significant limitation. I guess we'll need to wait until VS team makes it more extensible.

@wmjordan
Copy link
Owner

wmjordan commented Oct 8, 2019

This feature request has something to do with #13 which has been posted here almost one and a half years ago. Both of them require hacking into the completion list.

@fitdev
Copy link
Author

fitdev commented Oct 30, 2020

Closing this issue, since I basically reopened a new and a more detailed one #139 (having forgotten about this one, sorry).

@fitdev fitdev closed this as completed Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request need help no know how do, please help me
Projects
None yet
Development

No branches or pull requests

2 participants