主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Harshitgarg777
活动总数
110
最后的活动
2024年09月05日 09:07
成员加入日期
2023年08月02日 09:16
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
30
活动概览
帖子(29)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2024年02月21日 10:14
i am developing a plugin in intellij for intellij, Android studio, pycharm, clion. I want to use the PsiTree to get the method text of a user file. https://plugins.jetbrains.com/docs/intellij/plugi...
社区
IntelliJ IDEA Open API and Plugin Development
How to use Python language PSI model for plugin development in intellij idea
0 票
创建于
2024年02月19日 14:12
sorry, it's plugins.set(listOf("com.intellij.modules.python"))
社区
IntelliJ IDEA Open API and Plugin Development
How to use Python language PSI model for plugin development in intellij idea
0 票
创建于
2024年02月15日 15:10
UPDATE: just able to get the method text where cursor is present is enough but the file could be of any language.
社区
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 票
创建于
2024年02月14日 07:41
Suppose class A obj is an argument of a function, then I want the whole code of class A as well. I am assuming we can go to the file from where it's imported and get the whole code of class A or if...
社区
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 票
创建于
2024年02月14日 07:22
hello, the file is a java file. we basically want the text of the method where cursor is present and definitions of types used as arguments and definition of function return type.
社区
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 票
创建于
2024年02月12日 06:52
Is the PsiMethod class not there anymore? I want to get the parameter type of the method as well. For example if the function was int f(int a, char b) { return a+(int)b } if the cursor was pres...
社区
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 票
创建于
2024年02月06日 07:26
In passwords in settings, there is a location where kdbx file is mentioned where passwords are stored. When I close the connection and start it again, the kdbx file is deleted and new one is made, ...
社区
IntelliJ IDEA Open API and Plugin Development
Storing password in keepass in intellij gateway
0 票
创建于
2024年02月05日 11:39
I think this question may not be clear. I am using intellij gateway to ssh connect to another desktop. I installed a plugin in which I am storing passwords using PasswordSafe.getInstance().set. Pas...
社区
IntelliJ IDEA Open API and Plugin Development
Storing password in keepass in intellij gateway
0 票
创建于
2024年02月05日 05:59
Do I have to mention smthg in my build.gradle.kts file?
社区
IntelliJ IDEA Open API and Plugin Development
how to add multiple build configurations for my plugin?
0 票
创建于
2024年02月05日 05:50
this might be a typo here. in my program I was using correct name. Is this because there is no main class in my plugin?
社区
IntelliJ IDEA Open API and Plugin Development
how to add multiple build configurations for my plugin?
0 票
«
第一页
‹
上一页
下一页
›
最后
»