▲ 327 ▼ No. Greek Semicolons hold no power here. (lemmyonline.com) submitted 3 years ago by xtremeownage@lemmyonline.com to c/programming@programming.dev 47 comments fedilink hide all child comments
[–] stratoscaster@lemmy.zip 7 points 3 years ago (2 children) This would bite me in the ass because I often ignore these kinds of warnings in VSCode (SFDX for VSC is kinda crap, warns you about nonissues, and often doesn't correctly identify the problem). permalink fedilink source hideshow 4 child comments replies: [–] qwop@programming.dev 9 points 3 years ago (1 child) Confusable characters get a little yellow box which is different from the squiggly underlines most linters and stuff use which at least makes it a bit more recogniseable. Personally I can't stand having underlines all over my code, so I'll usually just "fix" the non-issue if possible, or otherwise just disable whatever the warning is entirely. permalink fedilink source parent hideshow 2 child comments replies: [–] HarryEffingPotter@programming.dev 5 points 3 years ago* (1 child) Ahh the solution is simple, in VS Code add these lines to your general config "workbench.colorCustomizations": { "editorError.foreground": "#00000000", "editorWarning.foreground": "#00000000", "editorInfo.foreground": "#00000000", }, Then get the error lens extension, it's so much more pleasant. Visual example permalink fedilink source parent hideshow 2 child comments replies: [–] lemann@lemmy.one 2 points 3 years ago I love that look, ugh. The inline errors are much more visually appealing vs the usual squiggly underline I might need to look at vscodium since I'm not too keen on having more microsoft telemetry on my desktop. Been using Atom for personal projects thus far. permalink fedilink source parent [–] monterulez@programming.dev 2 points 3 years ago Maybe have a look into Gremlins Tracker permalink fedilink source parent
[–] qwop@programming.dev 9 points 3 years ago (1 child) Confusable characters get a little yellow box which is different from the squiggly underlines most linters and stuff use which at least makes it a bit more recogniseable. Personally I can't stand having underlines all over my code, so I'll usually just "fix" the non-issue if possible, or otherwise just disable whatever the warning is entirely. permalink fedilink source parent hideshow 2 child comments replies: [–] HarryEffingPotter@programming.dev 5 points 3 years ago* (1 child) Ahh the solution is simple, in VS Code add these lines to your general config "workbench.colorCustomizations": { "editorError.foreground": "#00000000", "editorWarning.foreground": "#00000000", "editorInfo.foreground": "#00000000", }, Then get the error lens extension, it's so much more pleasant. Visual example permalink fedilink source parent hideshow 2 child comments replies: [–] lemann@lemmy.one 2 points 3 years ago I love that look, ugh. The inline errors are much more visually appealing vs the usual squiggly underline I might need to look at vscodium since I'm not too keen on having more microsoft telemetry on my desktop. Been using Atom for personal projects thus far. permalink fedilink source parent
[–] HarryEffingPotter@programming.dev 5 points 3 years ago* (1 child) Ahh the solution is simple, in VS Code add these lines to your general config "workbench.colorCustomizations": { "editorError.foreground": "#00000000", "editorWarning.foreground": "#00000000", "editorInfo.foreground": "#00000000", }, Then get the error lens extension, it's so much more pleasant. Visual example permalink fedilink source parent hideshow 2 child comments replies: [–] lemann@lemmy.one 2 points 3 years ago I love that look, ugh. The inline errors are much more visually appealing vs the usual squiggly underline I might need to look at vscodium since I'm not too keen on having more microsoft telemetry on my desktop. Been using Atom for personal projects thus far. permalink fedilink source parent
[–] lemann@lemmy.one 2 points 3 years ago I love that look, ugh. The inline errors are much more visually appealing vs the usual squiggly underline I might need to look at vscodium since I'm not too keen on having more microsoft telemetry on my desktop. Been using Atom for personal projects thus far. permalink fedilink source parent
[–] monterulez@programming.dev 2 points 3 years ago Maybe have a look into Gremlins Tracker permalink fedilink source parent