Nic
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created 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?
AnsweredI have this invoke method in an implementation of LocalQuickFixAndIntentionActionOnPsiElementoverride fun invoke(project: Project, file: PsiFile, editor: Editor?, startElement: PsiElement, endEleme... -
Created Can an IntelliJ plugin fold one-line javadoc comments?
AnsweredI 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 ...