Search code examples
flutterdartvisual-studio-code

Why there are no colors in the code text in Visual Studio Code?


Code Text Colorless

When I code in Visual Studio, it doesn't show any colours in the code text. It shows blue and green colours only for the class and comments texts. Also, VS doesn't suggest me anything when I code. Apart from this, everything things run fine and if there are any errors it shows up in the problem section.

I am doing flutter/ dart

I would really appreciate it if anyone helps me sort it out.

Thank you :)


Solution

  • This issue was fixed, once I updated VS code and restarted it. The text colour for every widget and class was back after that.