atom-ide-ui icon indicating copy to clipboard operation
atom-ide-ui copied to clipboard

Feature request: Add toggle to temporarily disable diagnostics

Open jacobmischka opened this issue 7 years ago • 3 comments

It would be great if there were a toggle to disable diagnostics checking for the current buffer (or even atom instance). Sometimes I want to edit a file that I know my linter provider won't be able to compile, but I don't really care and I just want to edit the text without seeing 300 errors.

atom-linter offers this I believe, and it's the feature I miss the most when using diagnostics from atom-ide-ui instead.

Thank you!

jacobmischka avatar Feb 28 '18 01:02 jacobmischka

Sounds like a great candidate for a community contribution :) Just for reference, what interface does atom-linter use to expose this functionality?

hansonw avatar Feb 28 '18 01:02 hansonw

Sorry, I'm not exactly sure what you mean. It's a command that can be accessed via the command pallette, if I'm understanding correctly.

And you're right! I'll try to take a look soon. Thanks!

jacobmischka avatar Feb 28 '18 01:02 jacobmischka

Linter: Toggle Active Editor is probably what they are talking about, and it's a standard command registered with Atom, available in the Command Palette, or if the user wants they can bind it to a key of their choice.

Arcanemagus avatar Feb 28 '18 04:02 Arcanemagus