29/06/2019

Visual Studio Code Shortcut




Ctrl + P
Quick Open, Go to File…
Ctrl + Shift + P
Show Command Palette
Ctrl+Shift+N
New window/instance
Ctrl+Shift+W
Close window/instance
Ctrl+,
User Settings
Ctrl+K Ctrl+S
Keyboard Shortcuts
Ctrl+X
Cut line (empty selection)
Ctrl+C
Copy line (empty selection)
Ctrl+Shift+K
Delete line
Ctrl+Enter
Insert line below
Ctrl+Shift+Enter
Insert line above
Ctrl+Home
Go to beginning of file
Ctrl+End
Go to end of
Ctrl+G
Go to Line
Ctrl+Shift+Tab
Navigate editor group history
Alt+Click
Insert cursor
Ctrl+`
Show integrated terminal
Ctrl+Shift+`
Create new terminal


For more commands, check the official document from Microsoft: keyboard-shortcuts-windows.pdf

Read more...

TypeScript

To be a professional Angular developer, you must master the TypeScript language.

It's JavaScript language founded by Microsoft and it's open source language.

We should use it for Angular and to know more about it visit the below link:



Read more...

creating a restful api tutorial with nodejs and mongodb


Read more...