redhat-developer / redhat-developer/vscode-quarkus

{@code } rendered verbatim in content assist of application.properties

Open
#162 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.