Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need IntelliJ IDEA 9 cheat sheet [closed]

Tags:

I searched but couldn't find anything what I can print and put on the wall.

like image 755
Roman Avatar asked Apr 02 '10 14:04

Roman


People also ask

How do I open a closed tab in IntelliJ?

To reopen the closed tab, right-click any tab, and from the context menu, select Reopen Closed Tab. To open a new tab at the end of the already opened one, select the Open new tabs at the end in the tab settings.

How do I close tabs in IntelliJ?

Use keyboard shortcuts: Ctrl+F4 to close the active tab, Alt+Right / Alt+Left to switch to the next or previous tab.

How do I restore IntelliJ settings?

From the main menu, select File | Manage IDE Settings | Restore Default Settings. Alternatively, press Shift twice and type Restore default settings . Click Restore and Restart.

What is Ctrl Shift O in IntelliJ?

In Eclipse, you press CTRL + SHIFT + O “Organize Imports” to import packages automatically. For IntelliJ IDEA, if you press CTRL + ALT + O “Optimize Imports”, it just removes some unused imports, never imports any package.


2 Answers

Help -> Default Keymap Reference.

It's a one page pdf, so you should be able to print it out and place on the wall.

like image 51
Steve K Avatar answered Oct 07 '22 12:10

Steve K


I believe http://refcardz.dzone.com/refcardz/intellij-idea was what you were looking for.

like image 36
mindas Avatar answered Oct 07 '22 12:10

mindas