Error list in VS

Apr 26, 2019 at 2:28pm
when I watch tutorials online of people coding in VS whenever they make an error it shows in the error list in real time. it updates as it finds errors. Mines only lets me know about errors after a press Ctrl-F5 and run the program, but I would like to see these errors before having to do this, is there something in the settings that I have to enable to get this to happen.
Apr 26, 2019 at 2:36pm
Which version are you using?

The IntelliSense errors should not be relied on very heavily. IS often detects errors in perfectly valid code. The false positives are so bad that I turn them off pretty much immediately, at least for C++ code.
Apr 26, 2019 at 3:22pm
I am using VS community 2017.
Apr 26, 2019 at 3:38pm
Mines only lets me know about errors after a press Ctrl-F5 and run the program


Are you talking about compile-time errors? Because VS should be showing you those as it compiles, not when you run it.

Do you not get those errors when you compile your code?
Apr 26, 2019 at 3:46pm
I press ctrl-f5 an then if there are any errors in syntax or anything else, it will fail to build and then the errors show up in the error list.
Apr 26, 2019 at 3:48pm
nvm :(

my error list just never opened up until I ran the program, I just had to open it up before then, it works properly i am just dumb. it was just hidden by default behind the output tab.
Last edited on Apr 26, 2019 at 3:57pm
Apr 26, 2019 at 3:53pm
Don't beat yourself up - it takes time to use any tool, and IDE's can be very complicated tools!
Apr 26, 2019 at 5:07pm
I have been using VS for like, 1 1/2 years by now and I didn't know you could pull those things out, I just found out you can configure the whole UI however you want. now I have all my tabs out where I can see them.
Topic archived. No new replies allowed.