Home > Software design >  Why there are no colors in the code text in Visual Studio Code?
Why there are no colors in the code text in Visual Studio Code?

Time:01-22

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 :)

CodePudding user response:

I am not using VS but you might try to add Flutter and Dart extension from marketplace.

CodePudding user response:

  1. In VS Code, open the Color Theme picker with File > Preferences > Color Theme. (Code > Preferences > Color Theme on macOS).
  2. You can also use the keyboard shortcut Ctrl K Ctrl T to display the picker.
  3. Use the cursor keys to preview the colors of the theme.
  4. Select the theme you want and press Enter.

CodePudding user response:

You can try installing "Flutter Widget Snippets" for already written code snippets from VS code Extensions.

CodePudding user response:

Which visual code version you are using?

  •  Tags:  
  • Related