Configuring My VS Code

I know I want to get my IDE set up before proceeding. I know this from experience because I used to dabble in C++ and having a good IDE in place is an advantage to learning process and organization instead of being all over the place. After some research I came up with these initial configurations:

Settings:
  "editor.fontSize": 12,
  "files.autoSave": "on",
  "files.autoSaveDelay": 1000,
  "editor.tabSize": 2,
  "editor.wordWrap": "on",
  "terminal.integrated.fontSize": 12

Keyboard Shortcuts - no modifications. The usual shortcuts I'm familiar with and use often are all there crtl-c, crtl-shift-s, f1, crtl-z etc. There are new ones I've learned which I really like and I'm sure will utilize often in the future.
  alt-up, alt-down    moves a line up or down
  crtl-/    toggle comment line/s

Theme - Dark Visual Studio.  I like this color scheme the most of the initial themes.
File Icon Theme - default.  Works just fine for me. I actually prefer it.

Extensions
Live Server - This is all the extension I could need right now.

----

Next Distraction/s:
- Emmet

Comments

Popular posts from this blog

VS Code Shortcuts

Recoding