Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a shortcut to close a project in Intellij?

I frequently have more than one project open and I have been unable to find the shortcut to close a project.

like image 231
Naruto Sempai Avatar asked Sep 24 '15 15:09

Naruto Sempai


People also ask

How do I close a project in IntelliJ?

From the main menu, select File | Close All Projects. This action closes all projects that are currently opened in IntelliJ IDEA.

What is Ctrl h in IntelliJ?

Ctrl + H = "Type Hierarchy" view = shows a tree of parent and child classes of this class. Ctrl + Shift + A = "It does a search as you type through all the commands in intellij. Not only that but when you find the command you want it also displays the corresponding shortcut key next to it!"

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.


Video Answer


2 Answers

You can do it on your own.

Go to Preference -> Keymap, type Close Project in search bar and set-up your keyboard shortcut for this action. Works for me in Intellij Idea 14.1.2.

enter image description here

like image 154
Ilya Dmitriev Avatar answered Sep 22 '22 13:09

Ilya Dmitriev


For a portable solution, use the menu bar. The shortcut that way would be Alt+F+J.

like image 25
lyuboslav kanev Avatar answered Sep 20 '22 13:09

lyuboslav kanev