Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>Xcode Keymap for Mac Win LinuxNew to Visual Studio Code? Get it now.
Xcode Keymap for Mac Win Linux

Xcode Keymap for Mac Win Linux

Preview

pjmbox

|
457 installs
| (0) | Free
Popular Xcode keybindings for VS Code for Mac Win Linux.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Xcode Keymap for Visual Studio Code

This extension ports popular Xcode keyboard shortcuts to Visual Studio Code. After installing the extension and restarting VS Code your favorite keyboard shortcuts from Xcode are now available.

Fork Notes

This fork is from 'https://github.com/stevemoser/vscode-xcode-keybindings'. The target is to add key bindings for win and linux. In win and linux, the key ctrl and win/super should be exchanged.

Key Mappings

mac win linux
cmd ctrl ctrl
ctrl win super
opt alt alt
shift shift shift

What keyboard shortcuts are included?

You can see all the keyboard shortcuts in the extension's contribution list.

Why don't all the keyboard shortcuts work?

VS Code does not implement all of the commands available in Xcode. If you would like to see a feature in VS Code that is in Xcode, please open an issue on GitHub.

How do I contribute a keyboard shortcut?

We may have missed a keyboard shortcut. If we did please help us out! It is very easy to make a PR.

  1. Head over to our GitHub repository.
  2. Open package.json.
  3. Add a JSON object to contributes.keybindings as seen below.
  4. Open a pull request.
{
    "mac": "<keyboard shortcut for mac>",
    "linux": "<keyboard shortcut for linux",
    "win": "<keyboard shortcut for windows",
    "key": "<default keyboard shortcut>",
    "command": "<name of the command in VS Code"
}

You can read more about how to contribute keybindings in extensions in the official documentation.

This extension was based off of Microsoft's VS keybindings extension

Also it was inspired from brennanMKE's gist.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft