Nic
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How can I not block the ui or at least show a cancelable progress indicator for a long-ish task in a quick fix invocation?
已回答I have this invoke method in an implementation of LocalQuickFixAndIntentionActionOnPsiElementoverride fun invoke(project: Project, file: PsiFile, editor: Editor?, startElement: PsiElement, endEleme... -
创建于 Can an IntelliJ plugin fold one-line javadoc comments?
已回答I am writing an IntelliJ Plugin to help with coding standards and conventions at my company.We have some requirements concerning where Javadoc should be used, and I'm creating code inspections and ...