Just a short post today. When you open a new file in VS Code (Using CTRL + N) it opens by default as a plain text file.
To change the language for the file use CTRL +K, M.
That’s CTRL and K together and then M afterwards separately.
then you can choose the language for the file. It looks like this
However, if you just want your new file to open as a particular language every time you can change this in the settings.
Click File –> Preferences –> Settings
or by clicking CTRL + ,
This opens the settings.json file. Search in the bar for default and scroll down until you see file
If you hover over the setting that you want to change, you will see a little pencil. Click on that and then Copy to Settings which will copy it to your user settings in the right hand pane.
NOTE – You will need to enter powershell and not PowerShell. For other languages, click on the language in the bottom bar and look at the value in the brackets next to the language name
Once you have entered the new settings save the file (CTRL + S) and then any new file you open will be using the language you have chosen
It looks like this
and now every new file that you open will be opened as a PowerShell file (or whichever language you choose)
You will still be able to change the language with CTRL K, m
Just to be clear, because people sometimes get this wrong. That’s CTRL and K, let go and then M. You will know you are doing correctly when you see
(CTRL + K) was pressed waiting for second key of chord……
If you get it wrong and Press CTRL + K + M then you will open the Extensions search for keymaps.
This is a brilliant feature enabling you to copy key mappings for the programmes you use all the time and save you from learning the Code key mappings. You can find the keymaps in the Extensions Marketplace as well as by pressing CTRL + K + M