Home > database >  VSC Autocompletion and colorization of code not working (Extensions already installed)
VSC Autocompletion and colorization of code not working (Extensions already installed)

Time:10-08

I'am using VSC and started programming c . But somehow the autocompletion and coloring of the code is not working properly. I have the latest version of VSC and already reinstalled the extensions. I have no clue what could cause the problem, I would be very grateful if you guys could help me. For example "x1", "x2" and "epsilon" in the body of the function should be colored blue and not white and I think this problem links or correlates to the autocompletion problem.

My extensions that I use

An coding example

CodePudding user response:

After hours of desperately searching for a solution, I've found this, which actually solved my problem.

Solution to my issue

  • Related