I'm new to emacs and programming in general so please bear with me. I'm trying to use emacs as my C/C++ IDE, and I noticed that in CC mode the variables/functions seemed to be highlighted only during declaration. My question is
- Is it possible to highlight variables, and functions on an entire cpp file
- If possible, what needs to be added to the .emacs file
Thank you