Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>SpacecodeNew to Visual Studio Code? Get it now.
Spacecode

Spacecode

Preview

Steven Guh

|
1,197 installs
| (0) | Free
Provide Spacemacs like key bindings in VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

This extension is moved to VSpaceCode to benefit a larger community. This extension will no longer receive any update.

Migration

If you are currently using this extension, you can uninstall this extension spacecode and install VSpaceCode

If you have any custom bindings/settings in the settings.json, you can also move them by renaming the key after the installation of VSpaceCode.

spacecode.checkVimConfig -> vspacecode.checkVimConfig

spacecode.bindings -> vspacecode.bindings

spacecode.bindingOverrides -> vspacecode.bindingOverrides

Vim Users

Update the command name in settings.json from spacecode.space to vspacecode.space like as follow

"vim.normalModeKeyBindingsNonRecursive": [
  {
    "before": ["<space>"],
    "commands": ["vspacecode.space"]
  }
],
"vim.visualModeKeyBindingsNonRecursive": [
  {
    "before": ["<space>"],
    "commands": ["vspacecode.space"]
  }
]

Non-Vim Users

Update the command name in keybindings.json from spacecode.space to vspacecode.space like as follow

{
  "key": "alt+space",
  "command": "vspacecode.space",
  "when": "editorTextFocus"
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft