vscode-java-dependency icon indicating copy to clipboard operation
vscode-java-dependency copied to clipboard

Implement Eclipse like "Abbreviate package name" setting.

Open robmv opened this issue 4 months ago • 0 comments

Eclipse has a settings for custom rules to define replacements for how package names are shown;

com.mycompany.myproject=..
com.mycompany=..

Something like the previous example make Eclipse replace these package names with dots. This make things less repetitive and helps reduce the need to have a wider primary sidebar in order to read the class names. Maybe showing the complete package name on hover is good too.

robmv avatar Aug 22 '25 19:08 robmv