redhat-developer / redhat-developer/quarkus-ls
CodeAction create field doesn't respect format for the existing field
Open
@datho7561 is already working on this.
Since Jul 28, 2022.
bug
code action
qute
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
Given this Qute template:
{book.XXXX}
and the Book class which have a title field:
public class Book {
public String title;
}
when create field XXXX is applied, it generates that:
public class Book {
public String XXXX;
public String title;
}
The existing title field is not indented properly.
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.
Assessment
This issue has not been assessed yet.