All Projects → microsoft → Vscode Sublime Keybindings

microsoft / Vscode Sublime Keybindings

Licence: mit
Sublime Text Keymap extension for VS Code

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vscode Sublime Keybindings

Open In Editor
NPM package to open a file in editor
Stars: ✭ 187 (-10.1%)
Mutual labels:  vscode, sublime-text
Vscode Material Theme
Port of the sublime text Material theme for Visual Studio Code in light and dark.
Stars: ✭ 21 (-89.9%)
Mutual labels:  vscode, sublime-text
Themer Gui
A graphical UI for themer. Replaced by Progressive Web App at https://themer.dev.
Stars: ✭ 337 (+62.02%)
Mutual labels:  vscode, sublime-text
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-64.9%)
Mutual labels:  vscode, sublime-text
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+2055.29%)
Mutual labels:  vscode, sublime-text
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-40.87%)
Mutual labels:  vscode, sublime-text
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (-8.17%)
Mutual labels:  sublime-text
Metals Vscode
Visual Studio Code extension for Metals
Stars: ✭ 200 (-3.85%)
Mutual labels:  vscode
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (-8.65%)
Mutual labels:  vscode
Anaconda
Anaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
Stars: ✭ 2,128 (+923.08%)
Mutual labels:  sublime-text
Vscode As3mxml
ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
Stars: ✭ 205 (-1.44%)
Mutual labels:  vscode
Shinystudio
A fully Dockerized, self-hosted development environment for teams. Develop where you serve.
Stars: ✭ 204 (-1.92%)
Mutual labels:  vscode
Sonarlint Vscode
SonarLint for Visual Studio Code
Stars: ✭ 197 (-5.29%)
Mutual labels:  vscode
Night Owl Vscode Theme
🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
Stars: ✭ 2,368 (+1038.46%)
Mutual labels:  vscode
Addon Vscode
Visual Studio Code - Home Assistant Community Add-ons
Stars: ✭ 201 (-3.37%)
Mutual labels:  vscode
Vscode Nim
An extension for VS Code which provides support for the Nim language.
Stars: ✭ 204 (-1.92%)
Mutual labels:  vscode
Zeal
Zeal for Sublime Text 2/3
Stars: ✭ 184 (-11.54%)
Mutual labels:  sublime-text
Flutter preview
Flutter | Because a widget-driven development requires a widget-driven preview.
Stars: ✭ 197 (-5.29%)
Mutual labels:  vscode
Clojurevscode
Clojure support for Visual Studio Code
Stars: ✭ 204 (-1.92%)
Mutual labels:  vscode
Prettier Plugin Tailwind
Sort tailwind classes in HTML with Prettier.
Stars: ✭ 192 (-7.69%)
Mutual labels:  vscode

Sublime Importer for VS Code

This extension imports keybindings and settings from Sublime Text to VS Code.

Getting Started

Keymappings

This extension ports the most popular Sublime Text keyboard shortcuts to Visual Studio Code.
Just restart VS Code after the installation of this extension and your favorite Sublime Text keyboard shortcuts will be available in VS Code.

Importing settings

The first time the extension is launched a prompt is shown that lets you import your Sublime Settings.
If you want to import your settings at a later time use the Sublime Text Keymap: Import Sublime Text Settings command from the Command Palette (F1).

FAQ

What keyboard shortcuts are included?

The included keyboard shortcuts can be looked up in the contribution list.

extension contributions

Why don't all Sublime Text commands work?

VS Code has not implemented all features. Head on over to this GitHub issue and let the VS Code team know what you'd like to see.

You can install an extension for many of these features:

Contributing

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 the package.json file.
  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>"
}

How do I contribute a Sublime setting?

There are two different types of settings files: The mappings file holds the information on how a sublime setting can be mapped to a VS Code setting. The defaults file contains default Sublime settings that are not explicitly set in the Sublime settings file (e.g. the Monokai theme).
To make a Pull Request:

  1. Head over to our GitHub repository.
  2. Open the settings/mappings.json or the settings/defaults.json file.
  3. Add your setting
  4. Open a pull request.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].