LookupElementBuilder

已回答

I want to use LookupElementBuilder to build a LookupElement with a list of 5 hardcoded strings. What API would I use to then display this in the popup?(like a completion)?  (Java language)

0
Avatar
Permanently deleted user

Could I use LookupManager?

0
Avatar
Permanently deleted user

Nevermind, got it to work with 

LookupManager.getInstance(project).showLookup(editor,LookupElementBuilder.create("hi"));

0

请先登录再写评论。