Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense shows improperly for "import java.awt." #2943

Closed
v-yuyul opened this issue Feb 16, 2023 · 1 comment · Fixed by eclipse-jdtls/eclipse.jdt.ls#2474
Closed

Intellisense shows improperly for "import java.awt." #2943

v-yuyul opened this issue Feb 16, 2023 · 1 comment · Fixed by eclipse-jdtls/eclipse.jdt.ls#2474

Comments

@v-yuyul
Copy link

v-yuyul commented Feb 16, 2023

Environment
  • Operating System: Mac
  • JDK version: 17.0.6
  • Visual Studio Code version: 1.75.1
  • Java extension version: 1.15.0
Steps To Reproduce
  1. Open a java project, like https://github.com/redhat-developer/vscode-java/tree/master/test/resources/projects/eclipse/simple-app
  2. Open a java file > Type "import java.awt." > Press ctrl+space
Current Result

image

Expected Result

Expect to show including java.awt.List.

@testforstephen
Copy link
Collaborator

this is a known issue from eclipse-jdtls/eclipse.jdt.ls#2467 (comment). Assign to @jdneo for further improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants