king s

- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 11
-
king s 创建了一个帖子, 已回答Is 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 创建了一个帖子, 已回答LanguageTextField setText hang
Please see the code, I have rewritre the setText method.Document document = getDocument(); ((DocumentImpl)document).setAcceptSlashR(true); WriteCommandAction.runWriteCommandAction( ... -
-
-
-
-
king s 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答CodeCompletion 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...