Artsiom Chapialiou

- Total activity 239
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 141
- Subscriptions 42
-
Created if-else logic in plugin dependencies?
Is there any way to implement conditions when declaring plugin dependencies in plugin.xml? Let's say I want to implement some extensions if module com.intellij.modules.cidr.lang presents and some O... -
Created create NewPsiElement that extend ExistingPsiElement.
At Rename Refactoring we have a simple way to create PsiElement: When the rename refactoring is performed, the method PsiNamedElement.setName() is called for the renamed element, and PsiReference.h... -
Created Customizing "Choose Declaration" dialog
Is there any way to customize "Choose Declaration" dialog for PsiElement with multipule declarations? For now, we have that: Would be really nice to have (or be able to customize that to) somethin... -
Edited PsiElement.replace() proper way to do?
What is the proper way to replace PsiElement? The only found quick explanation is that: Peter Gromov Created September 05, 2016 06:36 Did you get an error message together with the exception?... -
Edited Multiple declarations highlighting issues in IDEA
I'm making CMake highlighter plugin for IDEA/CLion. Right now I'm trying to implement variable declarations/references highlighting and navigation. With navigation, I found few issues that look for...