7

Anyone else notice that the error checking in Visual Studio sucks sometimes? I'll see the error pop up in the editor, read what it's complaining about, double check all the code, think for a minute, get confused about it, comment out some stuff - wait no, it wasn't that, uncomment it....

then save the file and it rescans. Boom, error gone. It was just a phantom error wasting my time.

Comments
  • 3
    Sounds like an average day with Visual Studio!
  • 0
    Most times, VSCode doesn't rescan the code until you save it.

    So the error keeps appearing until file is saved. Or in some cases, if u have error, u won't see it until u save the file
  • 1
    Eclipse does the same thing, but it always puts the errors in places that are literally impossible. Think syntax errors marked on an empty line.
Add Comment