newdevs:landscape:tools:vscode
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| newdevs:landscape:tools:vscode [2024/08/27 15:49] – created sleary | newdevs:landscape:tools:vscode [2025/02/26 11:53] (current) – sleary | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| " | " | ||
| " | " | ||
| - | " | + | |
| + | | ||
| }, | }, | ||
| </ | </ | ||
| - | '' | + | '' |
| + | |||
| + | ===== HTML in VSCode ===== | ||
| + | |||
| + | VSCode supports [[https:// | ||
| + | |||
| + | With Emmet, you can quickly wrap a selection in an HTML tag. Press Ctrl-Shift-P to bring up the command palette, then type ' | ||
| ===== Git in VSCode ===== | ===== Git in VSCode ===== | ||
| Line 47: | Line 54: | ||
| * [[https:// | * [[https:// | ||
| * Use the '' | * Use the '' | ||
| + | |||
| + | ===== Command Line Tools for the VSCode Terminal ===== | ||
| + | |||
| + | To open a file from the Terminal command line into a new window in the VSCode editor, use: | ||
| + | < | ||
| + | code path/ | ||
| + | </ | ||
| + | |||
| + | To open the file in your current workspace (assuming the file exists somewhere in your working directory), use '' | ||
| + | < | ||
| + | code -r path/ | ||
| + | </ | ||
| + | |||
| + | You can edit '' | ||
| + | < | ||
| + | alias vscode=' | ||
| + | </ | ||
| + | |||
| + | ...which would allow you to edit the file with | ||
| + | < | ||
| + | vscode path/ | ||
| + | </ | ||
| + | |||
| + | See the [[newdevs: | ||
| See the [[newdevs: | See the [[newdevs: | ||
newdevs/landscape/tools/vscode.1724788170.txt.gz · Last modified: 2024/08/27 15:49 by sleary