Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode keyboard shortcuts for Android Studio

Is there a way to add VSCode as an option under Android Studio's keymap settings?

Under File -> Settings... -> Keymap enter image description here

There are many other options listed, however none of them are even similar to VSCode

like image 945
Jared Avatar asked Feb 24 '18 20:02

Jared


People also ask

How do I add keyboard shortcuts to VS Code?

All keyboard shortcuts in VS Code can be customized via the keybindings. json file. To configure keyboard shortcuts through the JSON file, open Keyboard Shortcuts editor and select the Open Keyboard Shortcuts (JSON) button on the right of the editor title bar. This will open your keybindings.

Can we code Android in VS Code?

Building & Debugging your app. Connect an Android phone to your computer and open your folder containing the Android project in VS Code, making sure that is the folder directly containing your "app" folder. Then go to the Run tab, tap on "create a launch.


1 Answers

Actually, JetBrains has created an official VSCode Keymap plugin in 2019 to get the Visual Studio Code keymap into Android Studio, you just need to download it first:

Installing VSCode keymap from plugins dialog

After that you can select the keymap VSCode in the keymap settings.

like image 106
Martin Braun Avatar answered Oct 04 '22 00:10

Martin Braun