vscode-gremlins icon indicating copy to clipboard operation
vscode-gremlins copied to clipboard

[Feature request] Disable specific line

Open lonix1 opened this issue 1 year ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. Sometimes I need to allow a specific bad character in a specific line of code. But it's all-or-nothing as far as I can tell.

Describe the solution you'd like It would be nice to have a per-line disabling feature, the way it's done by analysers as well as other extensions.

For example, the CSpell extension allows this:

sumtingWithIncorrectSpelling();     // cspell:disable-line

lonix1 avatar Dec 04 '23 14:12 lonix1