Nic
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
Nic commented, -
Nic created a post, AnsweredHow 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... -
-
Nic created a post, AnsweredCan 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 ...