Top "Keyboard-shortcuts" questions

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

How to format code in Xcode?

I wonder how can I format my code to align it neatly? Does it have a feature similar to Eclipse's …

xcode format keyboard-shortcuts code-formatting
Eclipse copy/paste entire line keyboard shortcut

Anyone know the keyboard shortcut to copy/paste a line into a new line in Eclipse, without having to highlight …

java eclipse copy keyboard-shortcuts paste
What is the shortcut in IntelliJ IDEA to find method / functions?

I know that Ctrl + N is to find classes and it is very useful. But what about methods?

intellij-idea ide keyboard-shortcuts
Xcode source automatic formatting

As a C# developer, I have become highly dependent on the automatic formatting in Visual Studio 2008. Specifically, I will use …

xcode formatting keyboard-shortcuts
Go to Matching Brace in Visual Studio?

Is there a way in Visual Studio 2008 to go from a closing brace to its opening brace? I've found a …

visual-studio-2008 keyboard-shortcuts curly-braces
Python - A keyboard command to stop infinite loop?

Possible Duplicate: Why can't I handle a KeyboardInterrupt in python? I was playing around with some Python code and created …

python command-line keyboard-shortcuts aptana infinite-loop
Eclipse jump to closing brace

What is the keyboard short cut in Eclipse to jump to the closing brace of a scope?

eclipse keyboard-shortcuts curly-braces
Eclipse keyboard shortcut to indent source code to the left?

I've looked in the keyboard shortcuts list in Eclipse but can't find keyboard shortcut to indent source code to the …

eclipse keyboard-shortcuts
Any way (or shortcut) to auto import the classes in IntelliJ IDEA like in Eclipse?

In Eclipse, while coding in Java and press Ctrl + Shift + O auto import all the Classes automatically. In NetBeans, this …

java eclipse intellij-idea keyboard-shortcuts hotkeys
Keyboard shortcuts with jQuery

How can I wire an event to fire if someone presses the letter g? (Where is the character map for …

javascript jquery keyboard-shortcuts