redhat-developer / redhat-developer/vscode-java

Some JavaDoc tags autocomplete (@code) not supported anymore

Open
#3,180 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

content-assist javadoc regression
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:
Screenshot from 2023-07-05 09-59-29

Version 1.20:
Screenshot from 2023-07-05 10-00-07

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.