Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>kuan vscodeNew to Visual Studio Code? Get it now.
kuan vscode

kuan vscode

卢忠宽

|
27 installs
| (0) | Free
hello vscode extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

kuan-vscode

hello extension, this is myself habit.

keybindings

{
  "keybindings": [
  {
    "key": "cmd+d",
    "command": "editor.action.deleteLines",
    "when": "textInputFocus && !editorReadonly"
  },
  {
    "key": "cmd+s",
    "command": "workbench.action.files.saveAll"
  }
  ]
}

snippets

prefix body
clg console.log($1)
clo console.log('$1', $1)
clj console.log('${1:first}', JSON.stringify(${1:first}, null, 2))
vuesetup sfc setup script
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft