You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(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.
The text was updated successfully, but these errors were encountered:
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:(All methods of
java.awt.Graphics2D
have been hidden, leaving only methods ofObject
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.The text was updated successfully, but these errors were encountered: