Gayanper
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 9
-
Created Disable IDEA plugins in command line or through a API
AnsweredIs there a command line parameter to disable any plugin, bundled or external when launching intellij from command line ? If not a and API to disable plugins so that they are not active when the IDE... -
Created Reading maven settings such as maven installation and settings file path
AnsweredI'm developing a plugin which i need to read the current maven configuration of the project. I want to read the maven installation directory of the maven bundle in used and the user settings file p... -
Created How to find the project library that a PsiClass is provided from.
AnsweredFor a plugin i'm working on i want to find the project library which provides the given PsiClass. Is there a API to find this information ? -
Created Converting FQN to BinaryName and vise versa
AnsweredI would like to know if there is a open api to convert a FQN of a class to Java Binary name to do the vise versa example: Ljava/util/AbstractList; -> java.util.AbstractList java.util.AbstractList -... -
Created Problematically importing TextMate packages
AnsweredI'm developing a new language for Intellij CE. I would like to bundle the TextMange bundle json for that language and import it problematically from my plugin into IntelliJ. Is it possible to do th... -
Edited Code lens implementation in Idea Plugin
AnsweredI'm currently working on plugin where i need to show some information about a annotation using runtime data of the application. Actually the scenario is showing some spring actuator information on ... -
Created Extending com.intellij.execution.configurations.RunConfigurationOptions in Java Plugin Implementation
AnsweredI'm developing a Run Configuration for Intellij IDEA. I have extended the com.intellij.execution.configurations.RunConfigurationOptions for the RunConfigurationOptions but none of the my options ar... -
Created How to build a plugin distribution with SBT
AnsweredHi i'm trying to build a plugin distribution zip file which can be installed in IntelliJ Idea with all required plugin dependencies. The repository is at https://github.com/gayanper/intellij-lsp. I...