Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are VS code keybindings available for IntelliJ Idea?

I'm used to VS code shortcuts, is there anything way I can import vscode shortcuts for IntelliJ Idea.

like image 833
Amit Avatar asked Dec 11 '17 07:12

Amit


People also ask

Where is Keybindings JSON VS Code?

File->Preferences->Keyboard Shortcuts Click on icon on top right corner that says "Open Keyboard Shortcuts(JSON)" to open JSON version and place the keybinding.

Is IntelliJ better than VS Code?

IntelliJ is a full IDE which comes with 'everything' (intellisense, debugger etc) and VS Code is just a text editor. True, there are lots of plugins but it's still a text editor. Also, IntelliJ is awesome. VS Code is a lot of faff.


1 Answers

Intellij officially launched the plugin VSCode Keymap for IntelliJ IDEs

You can download it or add by going to Settings > Plugins and searching for VS Code

Plugin Settings Screenshot

like image 137
Amit Avatar answered Oct 01 '22 05:10

Amit