question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add action to show inline all diagnostics in file.

See original GitHub issue

F8 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:open
  • Created 7 years ago
  • Reactions:49
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

18reactions
Krzysztof-Cieslakcommented, Feb 3, 2017

Yes, I know about Problems view. But I think that having inlined errors can be useful anyway. 😃

image

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

14reactions
vscodebot[bot]commented, Jan 15, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found