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?