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

Add diagnostics code and URL columns to problems view and markers view #1070

Open
travkin79 opened this issue Aug 20, 2024 · 0 comments
Open

Comments

@travkin79
Copy link
Contributor

I'd like to make diagnostics details like a problem marker's problem identifier (code) and a URL to the detailed problem description visible / accessible in the problems view and in the markers view.

As soon as the issue eclipse-platform/eclipse.platform.ui#2193 is fixed, we should adapt LSP4E to use marker content generator extensions to add new marker fields "Code" and "Details URL" to the existing problems view and to the markers view. A user will then be able to show or hide each of these marker fields in the views based on her demands. Language server providers like CDT LSP will then be able to add diagnostics details, for example, from clang-tidy like readability-magic-numbers and https://clang.llvm.org/extra/clang-tidy/checks/readability/magic-numbers.html.

This feature request is related to issue #185 and PR #1066.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant