Skip to content

This extension ports the most popular SSMS keyboard shortcuts to SQL Operations Studio. After installing the extension and restarting VS Code your favorite keyboard shortcuts from SSMS are now available.

License

Notifications You must be signed in to change notification settings

kevcunnane/ssmskeymap

Repository files navigation

SSMS Keymap for Azure Data Studio

This extension ports the most popular SSMS keyboard shortcuts to Azure Data Studio. After installing the extension and restarting VS Code your favorite keyboard shortcuts from SSMS are now available.

What keyboard shortcuts are included?

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

Why don't all SSMS commands work?

Azure Data Studio has not implemented all features. Head on over to GitHub issue and let the Azure Data Studio team know what you'd like to see.

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. 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 for VS Code. The same process works for Azure Data Studio.

License

MIT

About

This extension ports the most popular SSMS keyboard shortcuts to SQL Operations Studio. After installing the extension and restarting VS Code your favorite keyboard shortcuts from SSMS are now available.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published