Does Visual studio 2017 have syntax checking for C?

248 Views Asked by At

I would like to get syntax checking for my .c in Visual Studio 2017, but it seems I only get it if my source file is named source.cpp, not source.c

Is it possible to turn it on?

Thanks!

1

There are 1 best solutions below

10
Shore On

You probably need to install the complete part of C/C++ desktop develop tool.

My one works fine:enter image description here

enter image description here