When using #define myTrue 1, I can click on myTrue and view the definition. Preferably, I would like to use const int myTrue = 1;. When doing this, it would be nice if I could mouse over the variable and see the definition, or at least the ability to navigate to the definition via a right click.