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

Option to always show problems inline without pressing F8 #37628

Closed
crunchtime-ali opened this issue Nov 3, 2017 · 4 comments
Closed

Option to always show problems inline without pressing F8 #37628

crunchtime-ali opened this issue Nov 3, 2017 · 4 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality

Comments

@crunchtime-ali
Copy link

It is already possible to show problems inline when pressing F8 but an option to enable showing them all the time would be great.

I would also be willing to work on an extension adding this functionality but is that possible right now?

node js - always show problems inline in vscode - stack overflow 2017-11-03 20-10-11

@hoovercj
Copy link
Member

hoovercj commented Nov 5, 2017

Related to #19749

@bpasero bpasero added editor feature-request Request for new features or functionality labels Nov 5, 2017
@grandslammer
Copy link

Any update on this? A dot in between the breakpoint indicator and the line number would be the best place to put it. Red for errors and yellow for warnings. I find it much faster to view issues this way rather than the problems panel.
I'm new to VS Code and have seen this feature in other editors.

@hoovercj
Copy link
Member

hoovercj commented Sep 3, 2018

@grandslammer it sounds like you're talking about something else.

Adding a gutter indicator for problems is already possible using the extension api. There are functions to get the "diagnostics" (vscode term for inline problems, warnings, hints, etc.) and there are functions to add "decorations" to the "gutter". So an extension could easily add decorations to the gutter for each diagnostic.

There is also issue #3915 discussing adding this to vscode itself.

However, this issue is about being able to trigger the current "show problem inline" functionality that already exists for a single problem to work for ALL problems in a document at the same time.

I think this issue should be closed as a duplicate of #19749

@alexdima
Copy link
Member

Let's track in #19749 and #3915

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 20, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

5 participants