Oprogramowanie posiada wsparcie dla debugowania kodu, zarządzania wersjami kodu źródłowego za pośrednictwem systemu kontroli wersji Git, automatycznego uzupełniania kodu IntelliSense, zarządzania wycinkami kodu oraz jego refaktoryzacji.
Główna strona:
https://code.visualstudio.com/
Źródła Visual Studio Code:
https://github.com/Microsoft/vscode
Dokumentacja:
https://code.visualstudio.com/docs
- Working with C#
- HTML in Visual Studio Code
- JavaScript in Visual Studio Code
- Editing TypeScript
- CSS, SCSS and Less
IntelliSense
https://code.visualstudio.com/docs/editor/intellisense
You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.) in JavaScript).
If you continue typing characters, the list of members (variables, methods, etc.) is filtered to include only members containing your typed characters. Pressing Tab or Enter will insert the selected member.
VS Code IntelliSense offers different types of completions, including language server suggestions, snippets, and simple word based textual completions.
Visual Studio Code keyboard shortcuts for windows
Visual Studio Code provides a rich and easy keyboard shortcuts editing experience using Keyboard Shortcuts editor.
You can open this editor by going to the menu under File > Preferences > Keyboard Shortcuts.
Extensions
https://marketplace.visualstudio.com/VSCode
- Python
- Angular 6 and TypeScript/HTML VS Code Snippets
- Angular 6 Snippets - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout
- Angular v6 Snippets
- Angular Language Service
- Angular Follow Selector
- Angular Files - Quickly scaffold angular file templates
- TypeScript
- VSCode Typescript Extension Pack
- JavaScript (ES6) code snippets
- JavaScript and TypeScript IntelliSense
- C#
- C# Extensions
- C# FixFormat
- JAVA
- C/C++
- PowerShell
- YAML
- XML
- Class autocomplete for HTML
- HTML CSS Support
- IntelliSense for CSS
- Beautify css/sass/scss/less
- SCSS IntelliSense
- Less IntelliSense
- Sass - Indented Sass syntax highlighting, autocomplete & snippets
- Node.js Modules Intellisense
- REST Client
- Spelling Checker
- Auto Rename Tag
- Auto Complete Tag
- highlight-matching-tag
- Color the tag name
- Tag Inserter
- html tag wrapper
- Todo Tree
- Code Runner
- Icons for VS Code
- Bracket Pair Colorizer
- vscode-icons
- Favorites
- Bookmarks
- CSS Peek
Export VS Code extension list
Machine A:
In VSCode Powershell terminal :
code --list-extensions > extensions.list
Machine B:
- Copy extension.list to the machine B
- In VSCode Powershell terminal :
cat extensions.list |% { code --install-extension $_}
Materiały:
Brak komentarzy:
Prześlij komentarz