Tool/software:
Note: I just don't know whether this is a local issue on my PC
Having a project for a F280039 I would expect to see code that depends on preprocessor symbol __TMS320C28XX__ to be enabled, but the IDE/editor shows otherwise

Note that this happens only in the editor presentation, the compiler works flawlessly (as it knows to define __TMS320C28XX__).
My issues are
- I can't easily edit my code when I have an #ifdef as those used in system headers (see above picture)
- I can't navigate to a function that's in a grayed area (F12, Ctrl-LeftClick), and I don't see the function description when I hover on it - in the case above I don't see descriptions of functions like Interrupt_register(), as they are inside a #ifdef fence