redhat-developer / redhat-developer/vscode-quarkus
{@code } rendered verbatim in content assist of application.properties
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
The content of the content assist popup when editing application.properties seems to be generated from the JavaDoc of the respective field in the config Java class. {@code } is a valid JavaDoc tag that is usually rendered using monospace font (expected). Actual: {@code } is rendered verbatim. See the screenshot in https://github.com/apache/camel-quarkus/issues/466
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 tracing how JavaDoc text is converted into the content assist popup for application.properties, using the issue description and linked screenshot as the expected behavior. Verify the rendering path with a description containing {@code }, and consider the work complete when that tag is rendered as formatted code instead of appearing verbatim.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100