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
Post a Comment