You’re probably used to calling up vi from the command line for a quick file edit, but if you need a little more (and want to actually leave the editor too!) try calling Visual Studio Code from the Mac, Linux or Windows command line instead!
code . <filename> will start a new VScode instance, code <filename> will open the file in an existing VSCode instance. More VSCode command line options and tips here.
Visual Studio Code is free and open source. Check it out here:
Leave a comment