How can I create plugin with similar to "ctrl-shift-n" dialog?
I wanna implement plugin which will display dialog similar to "ctrl-shift-n" dialog:
1. Input field
2. Suggestions based on input
3. Do action on suggested item click
Is it possible to implement? Can you help me with articles / api?
请先登录再写评论。
Have a look at com.intellij.ide.actions.GotoActionBase
Can I use not Open API classes in my plugin (for example com.intellij.ide.actions.GotoActionBase)? Is it ok for plugins? Will it be approved? Will it work for next versions of IDEA?
Four times: Yes. ;-)