ctrl + shift + =
align assignement (avec l'extension Better Align)ctrl + d
selects next occurrence of word under cursor or of the current selectionctrl + pagedown
next tabctrl + pageup
previous tabctrl + F2
select all occurence of selected wordctrl + shift + v
preview markdown
- Make Visual Studio Code Your Editor https://scotch.io/courses/make-visual-studio-code-your-editor
- Visual Studio Code for PHP Developers: https://laracasts.com/series/visual-studio-code-for-php-developers
- All the best things about Visual Studio Code that nobody ever bothered to tell you: https://vscodecandothat.com/
- Alignemment de code : Better Align (wwm.better-align)
- Sass intellisence (auto complétion / refacto) : SCSS IntelliSense (mrmlnc.vscode-scss)
Pour avoir le choix du terminal, intaller l'extension Shell Launcher https://marketplace.visualstudio.com/items?itemName=Tyriar.shell-launcher
Configuration User settings :
"shellLauncher.shells.windows": [
{
"shell": "C:\\WINDOWS\\system32\\cmd.exe",
"label": "cmd"
},
{
"shell": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe",
"label": "PowerShell"
},
{
"shell": "C:\\Program Files\\Git\\bin\\bash.exe",
"label": "Git bash"
},
]
Configuration Key binding
{
"key": "ctrl+shift+t",
"command": "shellLauncher.launch"
}
Usage : ctrl+shift+t