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
CompletionItemKind.Interface is not in the supported kinds. No idea why. CompletionProposals have flags and it should be easy to determine if TYPE_REF has the Flags.AccInterface flag.
It seems the proposal flags aren't used at all, wonder why that is.
One noticeable change is that, for methods, we no longer return
CompletionItemKind.Function but CompletionItemKind.Method instead.
Fixeseclipse-jdtls#1012
Signed-off-by: Fred Bricon <[email protected]>
One noticeable change is that, for methods, we no longer return
CompletionItemKind.Function but CompletionItemKind.Method instead.
Fixes#1012
Signed-off-by: Fred Bricon <[email protected]>
Runnable is interface and jdt ls should return kind = 8(interface) not kind = 7(class)
The text was updated successfully, but these errors were encountered: