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

Implement "unused" and "deprecated" markers for code #1717

Open
illright opened this issue Jan 4, 2021 · 0 comments
Open

Implement "unused" and "deprecated" markers for code #1717

illright opened this issue Jan 4, 2021 · 0 comments

Comments

@illright
Copy link

illright commented Jan 4, 2021

The LSP spec allows language servers to send tags along with diagnostics and the two currently defined tags are unnecessary and deprecated. I'd like to request having these tags supported by the Linter.

The spec suggests that the clients fade out the regions tagged with unnecessary and strike through the regions tagged with deprecated. This will require two modifications:

  • support giving tags to the linter messages
  • handle these tags in the linter UI
@aminya aminya pinned this issue Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants