microsoft / microsoft/vscode-java-dependency

Implement Eclipse like "Abbreviate package name" setting.

Open
#897 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
199
Forks
105
Avg merge
1d 22h
Merged PRs (30d)
27

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the dependency view's package-name rendering and its settings entry point. Compare the requested Eclipse-style replacement examples with the current display, and verify that configured package abbreviations work while the complete package name remains available on hover.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, typescript, vscode
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.