1/1/1970
Open VS Code from Terminal like cmd
code .my_project folder in the current VS Code window.& If no window is open, it will create a new one.
code -r my_project # code -r "path/to/My API"code: Refers to the VS Code command-line tool.-r: Stands for "reuse window," which means it will open the specified project in the currently open VS Code window instead of creating a new one.project: Refers to the folder or project directory you want to open in VS Code.If you face issues running code from the terminal, you may need to install the command-line tool:
Ctrl+Shift+P (or Cmd+Shift+P on macOS).
Cntrl + [ & Cntrl + ]
note: cursor should be on the line which indentation need to be change.
cntrl + space
1. Select the Variable:
Place your cursor on the variable you want to rename.
2. Select Multiple Occurrences:
Select All Occurrence
Press Ctrl + D to select the next occurrence of the variable.
Keep pressing Ctrl + D until all occurrences are selected, or press Ctrl + Shift + L to select all occurrences at once.
Select multiple manually
Hold Alt and double click on the words one by one to select each of them
3. Rename the Variable: Start typing the new variable name. All selected occurrences will be renamed simultaneously.
Live server (~Ritwick Dey) : Launch a development local Server with live reload feature for static & dynamic pagesLive Preview (~Microsoft) : Hosts a local server in your workspace for you to preview your webpages on.ES7+ React/Redux/React-Native snippets (~dsznajder ) : Extensions for React, React-Native and Redux in JS/TS with ES7+ syntax. Customizable. Built-in integration with prettier.Live Share (~Microsoft) : Real-time collaborative development from the comfort of your favorite tools.C/C++(~Microsoft) : C/C++ IntelliSense, debugging, and code browsing.Tailwind CSS IntelliSense (~Tailwind Labs) : Intelligent Tailwind CSS tooling for VS CodePrettierCompetitive Programming Helper (cph) (~Divyanshu Agrawal) : Makes judging, compiling, and downloading problems for competitve programming easy.