1. Download link:
Https://code.visualstudio.com/
2. Open an ASP.NET website source in seconds
3. Edit CSS color support
4.Git support
5. Common shortcuts
Ctrl+Shift+P command panel
Ctrl+Shift+N opens a new window
Ctrl+Shift+W to close the window
Ctrl+N New file
Switch between Ctrl+Tab files
Shift+Alt+F code formatting
Ctrl+End moves to the end of the file
Ctrl+Home to move to the beginning of the file
Ctrl+F lookup
Ctrl+H find replacement
Ctrl+Shift+F Find in the entire folder
Ctrl +/- zoom in and out
Ctrl+B sidebar display
6. Add default shortcuts (File -> Preferences -> Keyboard Shortcuts)
{
{ "key": "ctrl+shift+a", "command": "workbench.action.files.saveAll" }
}
7. Related comments
For web development, this lightweight integrated development environment is still very easy to use. Convenient for developers to break points, debug JS, and more.
As for syntax highlighting, code completion, parenthesis matching, customizable hotkeys, code snippets, etc., are naturally standard.
Of course, the most important, lightweight, fast, less VS bloated, for us, efficiency will improve.
Passerby A said:
Spike sublimetext
Nodejs native support Oh yeah
Webstorm cried
8. Help documentation
For specific usage, refer to the online help documentation:
https://code.visualstudio.com/Docs
Spike Sublime Text's Microsoft open source code editing tool Visual Studio Code