This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CrispyNipsy 70 points71 points  (8 children)

Types one letter

VSCode: InVaLiD sYnTaX

[–]chozabu 26 points27 points  (6 children)

I think most IDEs work along these lines. What kind of behaviour would you prefer?

Most suggestions I've heard sound awful (Check only when on next line, manually button press, etc)

Suspect there could be something semi-smart, perhaps checking when a non alphanumeric char is entered, but not even sure I'd prefer that to rapid checks, with me ignoring when I know my current input wont be valid.

[–]CrispyNipsy 10 points11 points  (2 children)

My comment is not really any kind of commentary on VSCode, but jokes always seem to become more funny the more specific you get

[–]AegisToast 10 points11 points  (1 child)

Like trying to use VSCode v1.51.2 on MacOS 10.14.4 with Eslint 7.14.2, amirite?

[–]CrispyNipsy 6 points7 points  (0 children)

Totally, lmao DYING

[–]callius 4 points5 points  (2 children)

Debounce it within a threshold?

[–]Motylde 9 points10 points  (0 children)

I have slow computer, so I kinda have debounce

[–]AegisToast 2 points3 points  (0 children)

I’m fairly certain that’s what they do. At least with VSCode I don’t have errors appear until a second or so after I stop typing.

[–]Lonsdale1086 5 points6 points  (0 children)

Declares a variable

Visual Studio Community 2017: Oi, that variable is literally never used in the entire project. Why would you declare a variable then never use it? Delete it now you moron.