简体   繁体   中英

How do I turn on Dev C++ IDE linting for C?

代码图片

I want the squiggly lines under my codes in Dev C++, is that feature available in Dev C++?

Dev-C++ capabilities are minimal and very limited. It does not have real-time syntax check but you can do it manually using ctrl + F9 shortcut or Execute->Syntax Check Current File.

By default it will change the error line background to color Maroon but you can change that with : Tools->Editor Options...->Colors->Error lines(top left scroll area) Then change the back/forecolors listed bellow it.

You also can change the Syntax Check shortcut to something more convenient, go to Tools->Configure Shortcuts... Find MainMenu > Execute > Syntax Check Current File then click on it and enter your desired keyword.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM