Show only the project name
The project name and the directory are different. I want to only show the project name and the path, but intellij by default display "directory [project] path". I want "project path".
Anyone know if this is possible ?
请先登录再写评论。
You can hide root folder path by adding
project.tree.structure.show.url=false
underHelp | Edit Custom Properties
and restarting the IDE. Does it work for you?