I am working on a plugin on IntelliJ. I have a problem like this:
It's known to us that if we are typing a key word, IntelliJ will using its Code Completion to give our tips like the picture shows.
Now I have a JTextField in my plugin on IntelliJ which need such function like this: when I fill some words to the JTextField, it will provide Code Completion tips like the picture shows. Does IntelliJ has some open api to do that? I do lots of work to investigate how to do that. but nothing gained.
