Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Harshitgarg777
Total activity
110
Last activity
September 05, 2024 09:07
Member since
August 02, 2023 09:16
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
30
Activity overview
Posts (29)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
February 21, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to use Python language PSI model for plugin development in intellij idea
0 votes
Created
February 19, 2024 14:12
sorry, it's plugins.set(listOf("com.intellij.modules.python"))
Community
IntelliJ IDEA Open API and Plugin Development
How to use Python language PSI model for plugin development in intellij idea
0 votes
Created
February 15, 2024 15:10
UPDATE: just able to get the method text where cursor is present is enough but the file could be of any language.
Community
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 votes
Created
February 14, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 votes
Created
February 14, 2024 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.
Community
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 votes
Created
February 12, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Get the method text where cursor is present?
0 votes
Created
February 06, 2024 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, ...
Community
IntelliJ IDEA Open API and Plugin Development
Storing password in keepass in intellij gateway
0 votes
Created
February 05, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Storing password in keepass in intellij gateway
0 votes
Created
February 05, 2024 05:59
Do I have to mention smthg in my build.gradle.kts file?
Community
IntelliJ IDEA Open API and Plugin Development
how to add multiple build configurations for my plugin?
0 votes
Created
February 05, 2024 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?
Community
IntelliJ IDEA Open API and Plugin Development
how to add multiple build configurations for my plugin?
0 votes
«
First
‹
Previous
Next
›
Last
»