Home  >  Article  >  Development Tools  >  Why does vscode have no color when typing?

Why does vscode have no color when typing?

angryTom
angryTomOriginal
2020-03-21 17:12:1810975browse

Why does vscode have no color when typing?

Why there is no color when typing in vscode

Because the current edit is plain text, there is no syntax highlighting. The solution is to click on the lower right corner Click the button to change the language, or rename the file to a programming language suffix such as .html, .c, .js, etc., and then reopen the file.

Why does vscode have no color when typing?

If you want to change the effect of display color, you can install the main plug-in

Why does vscode have no color when typing?

Related article tutorial recommendations: vscode tutorial

The above is the detailed content of Why does vscode have no color when typing?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn