Is there a way to enable camel humping through method names in VS Code?
As of version 1.25 these commands are built in:
As of version 1.25 these commands are built in:
To Show Explorer / Toggle Focus press Ctrl+Shift ⇧+E in Windows/Linux, in macOS press Cmd ⌘+Shift+E. It will focus on the explorer sidebar, then you can navigate through the file tree with the arrow-keys.
Ctrl + W selects the current word (Extend selection).
According to https://docs.sublimetext.io/reference/keyboard_shortcuts_osx.html, it should be Command+Ctrl+Up. ⌘ = Command ⇧ = Shift ⌥ = Option (a.k.a. Alt) ⌃ = Ctrl ⎋ = Esc ↩︎ = Return ⌫ = Delete (a.k.a. Backspace) See also https://apple.stackexchange.com/questions/42615/is-there-a-list-of-menu-shortcut-icons for the meaning of the symbols.
There are several ways to achieve this: Keyboard You can enable column selection mode using Ctrl+Shift+↑/↓. This will allow you to extend the cursor to multiple rows. Once you have selected all rows, release the keys, and use the Delete key to remove the text you want to replace. Once you’re done, press the Esc … Read more
This thing was making me crazy lately. Cleaning up cookies as some suggest was not an option as I’m always logged in into my Gmail account. Indeed, I could have switched to Incognito mode to have keyboard shortcuts at my fingertips but for God’s sake who would be content with such UX? So I spent … Read more
UPDATE: You can now assign keyboard shortcuts to navigate to the specific tab number: Original obsolete response: There is no such feature in IDEA, however you can use Alt + Arrows and Ctrl + E (Recent Files) to navigate between tabs. Other handy actions from the Go To menu: Back / Forward (Ctrl + Alt … Read more
The shrink/expand selection commands should be what you are looking for. The command names are editor.action.smartSelect.grow (default keybinding shift+alt+right) and editor.action.smartSelect.shrink (default keybinding shift+alt+left).
Although the question is a year old, this might help people that are still looking for an answer. Recently, a new package was developed by jisaacks, called Chain of command. It has the primary task to do exactly what you request, to chain several commands at once. The package can be found here: https://github.com/jisaacks/ChainOfCommand An … Read more
You could use: Go to next issue or suggestion Alt + PgDown. Display possible fixes and apply them Alt + Enter. Once to see possible fixes twice to apply them. You can also refer to the default ReSharper keymap (Visual Studio scheme) for more keyboard shortcuts.