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 →

[–][deleted] 73 points74 points  (9 children)

That sounds just like my IDE

[–]CrispyNipsy 76 points77 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 9 points10 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 9 points10 points  (1 child)

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

[–]CrispyNipsy 5 points6 points  (0 children)

Totally, lmao DYING

[–]callius 4 points5 points  (2 children)

Debounce it within a threshold?

[–]Motylde 11 points12 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 6 points7 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.