Gayanper
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 9
-
创建于 Disable IDEA plugins in command line or through a API
已回答Is 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... -
创建于 Reading maven settings such as maven installation and settings file path
已回答I'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... -
创建于 How to find the project library that a PsiClass is provided from.
已回答For 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 ? -
创建于 Converting FQN to BinaryName and vise versa
已回答I 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 -... -
创建于 Problematically importing TextMate packages
已回答I'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... -
已编辑于 Code lens implementation in Idea Plugin
已回答I'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 ... -
创建于 Extending com.intellij.execution.configurations.RunConfigurationOptions in Java Plugin Implementation
已回答I'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... -
创建于 How to build a plugin distribution with SBT
已回答Hi 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...