redhat-developer / redhat-developer/vscode-java
Cannot get postfix completion in some case
Open
@jdneo is already working on this.
Since Oct 27, 2022.
bug
content-assist
postfix
upstream
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
To Reproduce
Steps to reproduce the behavior:
- Open a java project in VS Code, such as: https://github.com/spring-projects/spring-petclinic
- Follow the steps on the documentation:https://github.com/microsoft/vscode-java-pack/wiki/Test-Plan#recommedation-comes-only-from-previous-two-invocations
Expected behavior
a) b) and c) should have the same recommendations.
Actual Behavior
The recommendations for b) and c) are not the same.
Environment
- Operating System: windows/Linux
- JDK version: JDK17
- Visual Studio Code version: 1.72.2
- Java extension version: V1.12.0
Screenshots
b)

c)

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.