vscode-atom-keybindings

Port of Atom Keybindings for VS Code.

  • 所有者: microsoft/vscode-atom-keybindings
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Atom Keymap for VS Code

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

Changes Introduced in Version 3.0

  • Multi cursor editing changed from alt + click to ctrl (or cmd) + click.
  • Enable format on paste.

All of these features make VS Code more "Atom like." The changes to your User Settings file are as followed.

// Controls whether the prompt will show
"atomKeymap.promptV3Features": true,

// Changes the multi cursor mouse binding
"editor.multiCursorModifier": "ctrlCmd",

// Controls whether format on paste is on or off
"editor.formatOnPaste": true

Tip: If you want to see the prompt again simply change atomKeymap.promptV3Features to false and restart VS Code.

Why don't some Atom commands work?

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

Additionally, you can install an extension for many of these features:

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.

概覽

名稱與所有者microsoft/vscode-atom-keybindings
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證MIT License
發布數8
最新版本名稱v3.3.0 (發布於 )
第一版名稱v3.0.2 (發布於 )
創建於2016-03-09 22:48:25
推送於2024-04-05 14:15:47
最后一次提交
星數144
關注者數27
派生數58
提交數128
已啟用問題?
問題數55
打開的問題數17
拉請求數30
打開的拉請求數3
關閉的拉請求數5
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部