-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Option to prevent deprecated things from showing up in intellisense suggestions #77239
Comments
Sorry if this is a duplicate or is already possible. There are enough issues here and questions/answers on Stack Overflow that it's hard to be confident. This issue is related: #50972 |
I'd say this is a dupe of #50972 and it would be us adding some API flag and then allows users to configure how the suggest UX is handling that flag |
/duplicate of #50972 |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
Okay, that makes sense. What does "js/s" mean? |
@mjbvz, is it possible to add a setting like |
This comment has been minimized.
This comment has been minimized.
Verify that the setting |
I'd like a setting to optionally prevent deprecated things from showing up in intellisense suggestions.
For example, I'd like a way to prevent
assert.equal
from being suggested here, so that I don't use it despite a non-deprecated version being available.My linter can catch it, but it'd be even nicer never to see the deprecated option.
There are several documentation systems that use the
@deprecated
tag:Other systems use different, similar tags.
I'm not sure if this is an issue for the VSCode core, or for something language-specific.
The text was updated successfully, but these errors were encountered: