microsoft / microsoft/vscode-java-dependency
Please private steps to name package and class while creating Java via the wizard
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 105
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 27
Description
This extension provides a nice experience to create traditional Java project like Eclipse. However, it always makes app as package and class name directly. Although I can rename them later, it still inconvenient and unfriendly. I strongly recommend to allow users name them in processing.
Contributor guide
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
Locate the wizard entry point that creates a traditional Java project and inspect where the default package and class names are assigned. Add a way for users to provide those names during the wizard, then verify that the generated project uses them instead of app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100