-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add glyph for deprecated members in intellisense dropdown #19583
Comments
I seem to recall that something similar was proposed for shared project cases. Seems a good idea to make the icon show the deprecation too, I agree. |
FWIW, in VSMac we designate these with a strikethrough in the completion list. |
Unknown milestone 😞 |
@markw-t Would it be costly to be able to add strikethrough capabilities to the completion presentation layer? |
Didn't we used to have support for strikethrough or greying out to support "IntelliSense in Zone" for partial trust click once apps? |
@sharwell I thought you implemented this recently, but apparently it's only for the classification but not in completionlist? |
@olegtk is there some flag in the completion list api to strikethrough a completion item? |
|
@CyrusNajmabadi not yet, tracked by https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2225286 |
Ok. We'll wait on the completion work being done. If/when that happens, can you let us know so we can move on this? Thanks! |
Today when you use a deprecated API the intellisense shows it as deprecated:
It would be nice if we showed that the member was deprecated via a glyph in the intellisense dropdown.
The text was updated successfully, but these errors were encountered: