Getting started with Visual Studio, Read More !!!
How do I download and install Visual Studio code?
https://code.visualstudio.com/download
Download and install in your system.
How to open visual studio command prompt?
Windows Key + R
write "code"
Hit Enter Key
How do I add an extension to Visual Studio code?
https://code.visualstudio.com/docs/setup/additional-components
https://marketplace.visualstudio.com/VSCode
OR OPEN Visual Studio Code

How do you use prettier code formatter or code?
Using extension install “Prettier – Code formatter”.
How do I enable debugging in Visual Studio code?

How do I add an icon to Visual Studio code?
https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons

How do I install a code generator?
https://www.npmjs.com/package/generator-aspnet
Install necessary dependencies and then do npm.
npm install -g generator-aspnet
How do I change the theme color in Visual Studio?
ctrl + k
ctrl + v

OR
https://marketplace.visualstudio.com/search?term=theme&target=VSCode&category=All%20categories&sortBy=Relevance
VS Code Keyboard shortcuts for Windows
File management
Ctrl+N | New File |
Ctrl+O | Open File |
Ctrl+S | Save |
Ctrl+Shift+S | Save As |
Ctrl+K O | Show active file in new window/instance |
Ctrl+K R | Reveal active file in Explorer |
Ctrl+K P | Copy path of active file |
Ctrl+Shift+Tab | Open previous |
Ctrl+Tab | Open next |
Ctrl+K Enter | Keep preview mode editor open |
Ctrl+Shift+T | Reopen closed editor |
Ctrl+K Ctrl+W | Close All |
Ctrl+F4 | Close |
Ctrl+K S Ctrl+, | Save All Settings |
Navigation and Basic
Ctrl+T | Show all Symbols |
Alt+ ← / → | Go back / forward |
Ctrl+X | Cutline (empty selection) |
Ctrl+Shift+Tab | Navigate editor group history |
Ctrl+C | Copy line |
Ctrl+Shift+K | Delete line |
Ctrl+G | Go to Line… |
Alt+Z | Toggle word wrap |
Ctrl+Shift+\ | Jump to matching bracket |
Ctrl+P | Go to File… |
Ctrl+Enter | Insert line below |
Ctrl+Shift+Enter | Insert line above |
Ctrl+Shift+O | Go to Symbol… |
Ctrl+] / [ | Indent/outdent line |
Home / End | Go to beginning/end of line |
Ctrl+↑ / ↓ Alt+PgUp / PgDn | Scroll line up/down Scroll page up/down |
Ctrl+Shift+M | Show Problems panel |
Ctrl+K Ctrl+[ Ctrl+K Ctrl+] | Fold (collapse) all subregions Unfold (uncollapse) all subregions |
Shift+F8 | Go to the previous error or warning |
F8 | Go to the next error or warning |
Ctrl+K Ctrl+0 | Fold (collapse) all regions |
Ctrl+K Ctrl+J | Unfold (uncollapse) all regions |
Alt+ ↑ / ↓ | Move line up/down |
Shift+Alt + ↓ / ↑ | Copy line up/down |
Ctrl+K Ctrl+C | Add line comment |
Ctrl+K Ctrl+U | Remove line comment |
Ctrl+/ | Toggle line comment |
Integrated terminal
Ctrl+Home / End | Scroll to top/bottom |
Shift+PgUp / PgDn | Scroll page up/down |
Ctrl+Shift+` | Create new terminal |
Ctrl+C | Copy |
Ctrl+↑ / ↓ | Scroll up/down |
Ctrl+V | Paste |
Ctrl+` | Show integrated terminal |
Debug
Ctrl+K Ctrl+I | Show hover |
F9 | Toggle breakpoint |
Shift+F5 | Stop |
F11 / Shift+F11 | Step into/out |
F10 | Step over |
Some important for short cuts
F3 / Shift+F3 Ctrl+F Ctrl+H | Find next/previous Find Replace |
Alt+Enter | Select all occurrences of Find match |
Ctrl+D | Add selection to next Find match |
Ctrl+K Ctrl+D | Move last selection to next Find match |
Alt+C / R / W | Toggle case-sensitive / regex / whole word |
Ctrl+Space Ctrl+Shift+Space | Trigger suggestion Trigger parameter hints |
Alt+F12 F12 | Peek Definition Go to Definition |
Ctrl+. | Quick Fix |
Shift+Alt+F Ctrl+K Ctrl+F Ctrl+K F12 | Format document Format selection Open Definition to the side |
F2 | Rename Symbol |
Ctrl+K Ctrl+X | Trim trailing whitespace |
Shift+F12 | Show References |
Ctrl+K M | Change file language |
Ctrl+K ← / → | Move active editor group |
F11 | Toggle fullscreen |
Shift+Alt+0 | Toggle editor layout (horizontal/vertical) |
Ctrl+\ | Split editor |
Ctrl+B | Toggle Sidebar visibility |
Ctrl+ 1 / 2 / 3 | Focus into 1 1st, 2nd, or 3rd editor group |
Ctrl+K Ctrl+ ←/→ | Focus on previous/next editor group |
Ctrl+F4, Ctrl+W | Close editor |
Ctrl+K V | Open Markdown preview to the side |
Ctrl+Shift+H | Replace in files |
Ctrl+Shift+V | Open Markdown preview |
Ctrl+Shift+U | Show Output panel |
Ctrl+Shift+D | Show Debug |
Ctrl+Shift+F | Show Search |
Ctrl+Shift+G | Show Source Contro |
Ctrl+Shift+Alt +PgUp/PgDn | Column (box) selection page up/down |
Ctrl+Shift+Alt (arrow key) | Column (box) selection |
Shift+Alt + (drag mouse) | Column (box) selection |
Shift+Alt+← Shift+Alt+→ | Shrink selection Expand selection |
Ctrl+Shift+L Ctrl+F2 Ctrl+L | Select all occurrences of the current selection Select all occurrences of the current word Select current line |
Shift+Alt+I | Insert cursor at end of each line selected |
Ctrl+Alt+ ↑ / ↓ Alt+Click | Insert cursor above / below Insert cursor |
How to change font in visual studio code?
Ctrl+,

How to exclude file from commit git visual studio

How do you change key bindings in VS code?

How do I add languages to Visual Studio Code?
Ctrl+Shift+P

Restart the Visual Studio.
How do I unhide the side bar in Visual Studio code?
Ctrl + B (Hide and UnHide)
How do I unhide the Activity bar in Visual Studio code?
Ctrl+Shift+P
>Activity Bar
Hit Enter Button
How do I search for files in Visual Studio Code?
Ctrl + P
How to see local history changes in Visual Studio Code?
OR
How to check file timeline in visual studio code?
- Select your file from VS Code.
- From side bar click on the Timeline

How to find function calls in visual studio code?

How do I use multiple cursors in Visual Studio Code?
- Check your current cursor position.
- Press ALT Key from Keyboard.
- Click and add the cursor
How do I make the font bigger in Visual Studio code?
Ctrl + "+" :- Increase
Ctrl + "-" :- Decrease

How do I create a workspace folder in Visual Studio code?

How to check most popular extension version in visual studio?

How to check installed extensions in visual studio code?

How do you see who made changes in Visual Studio code?

How do I generate HTML code in Vscode?

Important HTML Tag
.alert.alert-info>.container
.alert.alert-info
.alert.alert-success
.alert.alert-primary
.alert.alert-secondary
.alert.alert-warning
.alert.alert-dangeror
img:s
.row>.col-md :- For laptop screen
.row>.col-xs :- For Mobile devices.
.row>.col-sm :- For like I-PAD
.row>.col-lg :- for very BIG SCREEN.
Output
<div class="row">
<div class="col-md"></div>
</div>
.row>.col-md-4*3
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4"></div>
<div class="col-md-4"></div>
</div>
How do I add a CSS file to Visual Studio?
