-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Toggle problem visibility in Editor #166797
Comments
Not trying to generate too much extra noise or notifications, but I'm a new VS Code use (formerly a religiously registering Sublime Text user), and this particular issue is extremely annoying. Please triage it appropriately; for example, in the referenced Stack Overflow post, an extension is mentioned that removes the squiggle lines if the file is dirty, and I feel this is a great native feature to have at the user's control. Thanks for listening. |
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! |
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
@JohnSpeno , this feature was recently added as a preview/experimental feature, which is subject to re-haul/change. Please check out |
out of curiosity, why is the milestone for this feature set to the January release when it's already been released in 1.85? |
@starball5 there was an engineering issue we continued working on this iteration (#199246) the feature is out as a preview as mentioned, closing as the main part of this issue is now complete. |
Type: Feature Request
Say I've opened some random Python file in Code, and it is filled with linter issues producing many squiggly colored underlines all over.
Is there a way to hide those squiggly lines without disabling linters? I'm just looking for a way to quickly toggle them off and on. I'm not looking to edit this code, I just want to browse it and or maybe present it during a meeting. I'd still like to have syntax highlighting. Essentially, I want to use Code as a great code viewer sometimes.
It seems like these are the colors of the things I want to hide entirely:
editorError.foreground, editorWarning.foreground, editorInfo.foreground
I searched settings and commands and online but didn't find an answer yet. Zen mode wasn't even zen enough in this case. Putting the file in Plain Text mode removes them, but also eliminates colorizing the code, which I wish to retain.
https://stackoverflow.com/questions/74479139/how-do-i-hide-linter-problems-in-the-editor?noredirect=1#comment131477816_74479139
VS Code version: Code 1.73.1 (6261075, 2022-11-09T02:08:38.961Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No
The text was updated successfully, but these errors were encountered: