redhat-developer / redhat-developer/vscode-java
Feature Request: java.codeGeneration.insertionLocation different for Constructors vs Getters/Setters
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
commonplace to generate constructors at top, getters and setters "lastMember"
Environment
- Operating System:
- JDK version:
- Visual Studio Code version: 1.83.1
- Java extension version:
Steps To Reproduce
Current Result
Expected Result
Additional Informations
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
Start by locating the implementation of java.codeGeneration.insertionLocation in the VS Code Java extension. Determine how constructor and getter/setter generation currently use that setting, then make their insertion locations independently configurable so constructors can be placed at the top and getters/setters at lastMember; add or update relevant tests if present.
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