microsoft / microsoft/vscode-java-pack
Improve the relevance of code completion list
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 352
- Forks
- 166
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 32
Description
When typing 'List' in the spring-petclinic project, the commonly used class java.util.List does not appear at the top of the completion list, which can be confusing for users. To address this, we suggest introducing a mechanism such as a favorite completion list to influence the completion relevance. By adding commonly used classes from java.util.* to the favorite list, they can be prioritized and appear at the top of the completion list.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Begin by reproducing the completion behavior in the spring-petclinic project when typing “List”, then trace how completion relevance is determined. Done means a favorite-completion mechanism can prioritize commonly used java.util.* classes, including java.util.List, without disrupting the completion list.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100