Add action to show inline all diagnostics in file.
See original GitHub issueF8
and Shift + F8
navigation between diagnostic is really nice but sometimes it would be useful to have nice view of all diagnostics in current file.
Looks like it would be fairly simple to implement, just one additional editor action in https://github.com/Microsoft/vscode/blob/2a40036dbb34aac4f5aefbe999c21f2eaf76c59b/src/vs/editor/contrib/gotoError/browser/gotoError.ts, I could try implementing it if this feature idea is accepted.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:49
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Add Actions, Connections, and Artifacts Through an Inline Menu
Add Actions, Connections, and Artifacts Through an Inline Menu · Hover your cursor over the lines between the nodes to display a +...
Read more >How to provide an inline Action shown right within the ...
How do I provide my own actions here? Answer: To accomplish this, you can use one of the following approaches: 1. Add ViewController...
Read more >Inline diagnostic [Support] : r/neovim - Reddit
Hello, I am using builtin lsp with gopls, and after I type an error and save the file, it does not show up...
Read more >Status - Inline Manual Diagnostic tool
The inlineManualTracking object is what is within your application and it is collapsed by default. Select the small arrow or grey bar to...
Read more >Code Navigation in Visual Studio Code
Hold Ctrl and press Tab to view a list of all files open in an editor group. ... show an inline zone detailing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, I know about Problems view. But I think that having inlined errors can be useful anyway. 😃
Changes in code are rather small so it’s not adding any complexity etc, it’s command so it’s opt-in by users, it’s providing same UI as existing diagnostics navigation, I don’t see any drawbacks https://github.com/Microsoft/vscode/compare/master...Krzysztof-Cieslak:inline-all-decorations
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!