I've been using IntelliJ, and I'm kind of annoyed by the full path being displayed next to the project name in the project view. I am aware that this question has been asked before, here. However, it is two years old and for AppCode, and I was wondering if IntelliJ has been updated to allow disabling this.
There is no such setting.
https://youtrack.jetbrains.com/issue/IDEA-126014 -- watch this ticket (star/vote/comment) to get notified on any progress.
UPDATE (2018-05-24):
Since 2018.1 version it's now possible to hide such a path by using special/internal option ( check this comment for details ).
For this you need to perform the following steps:
Main Menu | Help | Edit Custom Properties...
inside the IDE-D
part (just put project.tree.structure.show.url=false
on an empty line)Alternatively you can do the same via internal Registry (this way was added a version or two later):
Help | Find Action...
(or Search Everywhere
, Actions
tab -- the same thing)registry
thereRegistry...
entryproject.tree.structure.show.url
entry (just start typing) and make sure it is disabled/untickedI'm using this and it works just fine for me since 2018.x (PhpStorm user here).