Top "Keyboard-shortcuts" questions

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

Favorite Visual Studio keyboard shortcuts

What is your favorite Visual Studio keyboard shortcut? I'm always up for leaving my hands on the keyboard and away …

.net visual-studio keyboard-shortcuts
Generate getters and setters in NetBeans

I Need to know how to have NetBeans generate getters and setters using a shortcut.

java netbeans keyboard-shortcuts getter-setter
Keyboard shortcuts in WPF

I know about using _ instead of &, but I'm looking at all the Ctrl + type shortcuts. Ctrl+Z for undo, …

wpf keyboard-shortcuts
window.close() doesn't work - Scripts may close only the windows that were opened by it

I'm having a problem always when I'm trying to close a window through the window.close() method of the Javascript, …

javascript window keyboard-shortcuts shortcut
Visual Studio keyboard shortcut to automatically add the needed 'using' statement

What is the keyboard shortcut to expand the little red line that gives you the menu where you can choose …

visual-studio visual-studio-2008 keyboard-shortcuts
JetBrains / IntelliJ keyboard shortcut to collapse all methods

I'm working on some legacy code that has a class that is 10,000+ lines of code and has 100s of methods. …

intellij-idea ide phpstorm keyboard-shortcuts
Sending Windows key using SendKeys

I am working on shortcuts in C#. I succeed implementing Ctrl, Alt and Shift with SendKeys. Like this; Ctrl + C: …

c# keyboard-shortcuts sendkeys
What are the most-used vim commands/keypresses?

I'm a Ruby programming trying to switch from Textmate to MacVim, and I'm having trouble wading through the gargantuan lists …

vim keyboard-shortcuts macvim
Visual Studio keyboard shortcut to display IntelliSense

What's the keyboard shortcut for Visual Studio 2005 and Visual Studio 2008 to display the IntelliSense box if one accidentally hits ESC …

visual-studio keyboard-shortcuts
What is the Eclipse shortcut for "public static void main(String args[])"?

I know a cool shortcut for System.out.println(): sysout Ctrl + Space. Is there something similar for public static void …

java eclipse keyboard-shortcuts main