简体   繁体   中英

How can I make Visual Studio Code use Visual Studio IDE key bindings?

I love all of the major default key bindings of Visual Studio IDE for C++ development, such as block selection (ALT+SHIFT+ARROWS), selecting by jumping words (CTRL+SHIFT+ARROWS), and so on.

Is there a way to tell Visual Studio Code to use the IDE keybindings? Or is this something I have to set up myself, by hand (I hope not)?

You can see a list of vscode's default keybindings here:

https://code.visualstudio.com/docs/customization/keybindings

If you don't like the default keybindings, you can override them by updating your keybindings.json file as noted on that page.

您可以通过转到 Visual Studio Code 中的文件>首选项>键盘映射来安装Visual Studio 键盘映射扩展。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM