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

Type filter blocks filtered type's code completion #1212

Closed
Vigilans opened this issue Oct 16, 2019 · 1 comment · Fixed by #1213
Closed

Type filter blocks filtered type's code completion #1212

Vigilans opened this issue Oct 16, 2019 · 1 comment · Fixed by #1213

Comments

@Vigilans
Copy link
Contributor

Related reddit thread: Java and intellisense issue with JPanel?

The types specified in preference java.completion.filteredTypes would not get any completion suggession even if we are already using instances of them, as follows:

image

(All methods of java.awt.Graphics2D have been hidden, leaving only methods of Object class)

I think removing filtered types from import suggessions is acceptable, but we should at least provide code completions when user is indeed using instances of java.awt classes, since many of the java beginners (e.g. university students) will learn to write GUI with them.

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.

2 participants