kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
823 stars 137 forks source link

Add Dart version of Go to super-method/super-class (ctrl+u) #269

Closed jacob314 closed 2 years ago

jacob314 commented 2 years ago

First step at anding some Dart specific support to the keybindings to help out Dart/Flutter users that are used to IntelliJ keybindings.

To land this, I also fixed bug where duplicate lines in the README would appear if there were multiple entries for the same keyboard shortcut as this was impacting adding adding a Dart shortcut for ctrl+u as well as one existing case.