king s
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
-
-
-
-
king s created a post, AnsweredHow to trigger method code completion even i type classname
Because in my plugin, request Is a build-in variable and it should not call new request() . So i make the constructor private.And it has a method for example test(). When I type request and press ... -
-
king s created a post, AnsweredCodeCompletion not work after set language of LanguageTextField
Full demo codeimport com.google.common.collect.Lists; import com.intellij.icons.AllIcons; import com.intellij.json.json5.Json5Language; import com.intellij.openapi.project.Project; import com.inte... -
-
king s created a post, AnsweredCodeCompletion not execute after set language of LanguageTextField
Please see the following code, if I set PlainTextLanguage.INSTANCE as the language, codeCompletion will work, but if I set Json5Language.INSTANCE, codeCompletion not work. It always show no sugges... -
king s created a post, AnsweredHow to comfortable with K2 compile
After enable K2 Kotlin Mode, it said that my plugin is not compatible.I am not sure how to comfortable with k2.In my plugin, I had use some build-in kotlin API for example