保存之后也不提示出错,等重启visual studio却发现有很多地方红了,这是什么原因?
我好像创建项目的时候把一个什么检查关掉了,有影响吗
PHPz2017-04-17 13:23:38
should be “grammar check” , right?
If syntax checking is not turned on, Visual Studio will not immediately check your code for problems.
How to open it: Tools->Options, you can find some of them yourself.
o(^▽^)o