This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Dynamic Syntax Checking



I have used Keil uVision before and now since my project requires me to use CCS im migrating to CCS. Keil has a feature called "Dynamic Syntax Checking" where, if i violate a C syntax, it prompts me immediately,while typing the code itself, of such violations without me having to build the project to find out errors. 

In CCS i cannot find syntax errors without building the entire project.

Is there a setting which can enable Dynamic syntax checking?