1

I just downloaded Atmel Studio 7 to program ATMegas and I'm using C++ (not C) for that.

Unfortunately, there's no syntax coloring for C++ - so namespace, class, public, private and so on are in regular color (no key words).

Do you know to to fix it?

Rakete1111
  • 47,013
  • 16
  • 123
  • 162
zupazt3
  • 966
  • 9
  • 30

1 Answers1

0

If your file's extension is .cpp, Atmel Studio should correctly color C++ keywords automatically. If it is a .c file, C++ keywords won't be colored. If you change the file's extension you may need to reload the file for Atmel Studio to correctly color the keywords. Make sure your files have a proper extension.

jkwi
  • 50
  • 5