king s

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
king s created a post, AnsweredIs there any JetBrains api to start IntelliJ Profile
It seems JetBrains has another async profile api,Open Source project https://github.com/async-profiler/async-profile but not support Windows, but IntelliJ profile support Windows -
king s commented, -
king s created a post, AnsweredLanguageTextField setText hang
Please see the code, I have rewritre the setText method.Document document = getDocument(); ((DocumentImpl)document).setAcceptSlashR(true); WriteCommandAction.runWriteCommandAction( ... -
-
-
-
-
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...