Issue
I have started using Spring Tool Suite but the folder names are tool long e.g com.webhook.springrestful.authorization.data
Is there a means to make it show only relative Paths in project folders like this screenshot from Intellij IDEA
Solution
In Window > Preferences: Java > Appearance there are the two following options for that which are disabled by default:
- Compress all package name segments, except the final segment to hide the first part and
- Abbreviate package names to specify shorter replacements for known package name prefixes
Answered By - howlger