terminal in sublime text editor code example

Example 1: open sublime text using terminal

//create new folder using terminal or open any existing
npx create-react-app newapp
//newapp is new folder. now open it
cd newapp
//now run following code
sublime .
//your folder will open in visual studio code. for sublime enter follwing code
code .

Example 2: is sublime text a good editor

/*
Yes, it is.
Sublime text is probably the go-to editor
if you want to learn or code HTML.
With it's wide variety of coding languages available,
it suits any developer.
*/

Tags:

C Example