evg64
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
-
evg64 created a post, AnsweredThe same intellij API is not found during compilation, but can be invoked at runtime
There is the following code: package com.exampleimport com.intellij.psi.PsiElementimport com.intellij.psi.util.childrenOfTypeimport org.jetbrains.kotlin.psi.KtDeclarationclass Foo { fun bar(elem... -
-
evg64 created a post, AnsweredDistinguish between debug and release build in runtime?
I need something like: if (isDebugBuild()) { foo()} else { bar()} My question is: is there API that works like isDebugBuild() in my example? P.S. In case such API does not exist, is there ano... -
-
evg64 created a post, AnsweredUsing EditTextField as editor with autocomplete for table cell
I`m developing a plugin for intellij idea. As part of its functionality I need to implement a table in settings. One of table columns contains a class from project. Specifically, each cell of the c... -
-
-