redhat-developer / redhat-developer/vscode-microprofile
Property expression completions delete content
Open
@angelozerr is already working on this.
Since Feb 2, 2024.
bug
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 17
- Avg merge
- 23h 47m
- Merged PRs (30d)
- 3
Description
Given the following properties file:
hjkl = 1234
asdf = ${|}
- Open completion at
| - Accept the
${hjkl}suggestion
EXPECTED: asdf = ${hjkl|}
ACTUAL: asdf = | (content is deleted)
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.