visual studio code - Is there a way in vscode to enable syntax highlighting without saving the file? -


notepad++ has language menu can use set language of current file without saving it, provides syntax highlighting. useful checking out things, like, pasting xml file , analyzing it, typing out js code , copying console.

is there way achieve in vscode?

in lower right corner of vscode window (next tweet feedback smiley face button) current language used opened file. if click current language (defaults "plain text" me) given option select language file. no need save file extension.

you press ctrl+shift+p , type "change language mode" same language prompt


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -