Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ shows shorthand package names. How to see the actual package names?

Using IntelliJ IDEA 14.1.5 and working on a Maven project, the package names in the project tab are showing up as a.b.g.d for a package named alpha.beta.gamma.delta. How can I see the actual package names? I tried using the filters and preferences but couldn't find any solution.

like image 321
Vishwaksena Avatar asked Jan 28 '16 21:01

Vishwaksena


People also ask

How do I know my IntelliJ package name?

Press Ctrl+Alt+S to open the IDE settings and select Build, Execution, Deployment | Package Search.

Can I change package name in IntelliJ?

Rename a package In the Project tool window, click Project and select Packages from the list. IntelliJ IDEA lists all the packages in your project. Right-click the package you want to rename and from the context menu, select Refactor | Rename ( Shift+F6 ).

How do I change project structure view in IntelliJ?

To change settings of a module that hosts the file you are currently editing, just press Alt+F1, 7 or open the View menu, select Select In and click Project Structure. IntelliJ IDEA will open the Project Structure dialog and jump to the required module.


1 Answers

Click on the cog icon at the top-right of the project view, uncheck the option "Abbreviate Qualified package names" (that's on v15, but I assume it's the same in v14).

like image 115
JB Nizet Avatar answered Sep 18 '22 01:09

JB Nizet