redhat-developer / redhat-developer/vscode-java
Some JavaDoc tags autocomplete (@code) not supported anymore
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Type: Bug
Previously, in version 1.19, the @ would pop up a autocomplete for @code, @docRoot, @index, @inheritDoc, @link etc.
In version 1.20, those auto completions are not available anymore.
Was it removed by accident?
Steps to reproduce:
Step 1: Create a JavaDoc comment
Step 2: Press the @ sign and see available auto completions
Extension version: 1.19.0/1.20.0
VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:59:55.818Z)
Version 1.19:
Version 1.20:
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 reproducing the missing JavaDoc tag completion in VS Code using the reported 1.19 and 1.20 extension versions. Compare the behavior when typing @ in a JavaDoc comment; done means tags such as @code, @docRoot, @index, @inheritDoc, and @link appear in autocomplete again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100