The question says it all.
How can I open VS Code editor from
e.g. for notepad++ I write
> start notepad++ test.txt
By the way, the editor is awesome (cross-platform)! Thank you Nadella!
You can download it from microsoft
To open a file or directory use the command:
code /path/to/file/or/directory/you/want/to/open
For macOS users, it needs to be installed manually:
Command + Shift + P
to open the Command Palette.shell command
, to find the Shell Command: Install 'code' command in PATH
and select to install it.