Installation Website
A text editor is a simple notepad type application. For the DRI, we will be using the VSCode text editor because it supports syntax highlighting, is free and open source, and is consistent across OSX, Windows, and Linux systems.
Download VSCode at https://code.visualstudio.com/
Next
:next
Next
:4b. Windows only: Choose the folder in the start menu that VSCode should be installed in. Then click Next
:
4c. Windows only: Please check the box that says Add to PATH
, which is the fifth (last) box. Check the other boxes at your own discretion. Then click Next
:
Back
and redo the previous steps. If they are correct, click Install
:Next
To open code from the osx terminal (command line), we need to add it to path after the install.
Drag the Visual Studio Code application to Applications
folder.
Open VSCode via your preferred method. Click on the icon:
View->Command Pallet
menu and click on command
Command Pallet
menu looks like this. Type shell
into the text bar. Then choose “Shell Command: Install code
command in PATH”code
and that should launch VSCodeVSCode should now be installed. You should see something like this window when you launch VSCode:
Ignore the warnings about git not being installed.