Top "Keyboard-shortcuts" questions

Keyboard shortcuts provide quick access to application or system actions via combinatorial key presses.

Is there a way to automatically generate getters and setters in Eclipse?

I am working on a new Android project (Java), and created an Object with a large number of variables. Since …

java android eclipse keyboard-shortcuts
What are the most useful Intellij IDEA keyboard shortcuts?

I did a bit of googling hoping to find a post on IDEA shortcuts similar to Jeff's post on Visual …

intellij-idea keyboard-shortcuts
Keyboard shortcut to comment lines in Sublime Text 3

In Sublime Text 2 it was possible to comment out a line or a block of lines with Ctrl+/ and Ctrl+…

keyboard-shortcuts sublimetext3
Collapse all methods in Visual Studio Code

In Visual Studio Professional, we have a shortcut key, Ctrl + M Ctrl + O to collapse all methods and properties in …

visual-studio-code keyboard-shortcuts shortcut
Visual Studio : short cut Key : Duplicate Line

Is there a shortcut for Duplicate Line command in Visual Studio 2008? Some similar examples: in Notepad++, I can duplicate the …

visual-studio visual-studio-2008 keyboard-shortcuts
How to select all instances of a variable and edit variable name in Sublime

If I select a variable (not just any string) in my code, all other instances of that variable get a …

keyboard-shortcuts sublimetext key-bindings
Comment shortcut Android Studio

I'm searching for useful Android Studio keyboard shortcut for commenting code, as in Sublime Text or Eclipse. When I press …

android-studio keyboard-shortcuts
Best way to implement keyboard shortcuts in a Windows Forms application?

I'm looking for a best way to implement common Windows keyboard shortcuts (for example Ctrl+F, Ctrl+N) in my …

c# winforms keyboard-shortcuts
Shortcut to comment out a block of code with sublime text

I want to comment out a block of code in sublime text. I see it in RailsCasts, but don't think …

keyboard-shortcuts sublimetext
IntelliJ shortcut to show a popup of methods in a class that can be searched

I'm switching over from Eclipse to IntelliJ. In Eclipse, if you do Ctrl+O in the editor, it will show …

intellij-idea keyboard-shortcuts