Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Shenoy Venugopal
Total activity
29
Last activity
August 25, 2023 18:25
Member since
May 26, 2017 04:08
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
5
Activity overview
Posts (4)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
August 22, 2023 09:56
The following code worked like a charm. Thanks for the valuable information. However I need the additional things to be done.While adding a field to the class, I use the following snippet f...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
1 vote
Created
August 25, 2023 18:25
Everything worked finally successfully with the below code. if (stmt.startsWith("+")) { File file = new File(basePath + "/temp/src/main/java/com/" + className + ".java"); if (!file.exists()...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 24, 2023 15:39
The below code worked for me. Succesfully the class gets created in the folder "/temp/src/main/java/com/". The only thing required now is to add " extends net.DataRecord" and adding a construc...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 23, 2023 12:08
Anything else to be added in my code
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 23, 2023 10:35
is is the only issue that needs resolution now....all other features of adding, rename & removing fields is successfully done. Rename of classes & deletion of classes is successfuly happening. Onl...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 23, 2023 10:14
I tried the below code. It gives an error non-static method add(PsiElement) cannot be referenced from a static context PsiDirectory.add(psiFile); ...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 23, 2023 01:56
Which one of the below signature is to be applied? Given that I have a certain "text" to be put in a file "Class1.java" at the location "/temp/src/main/java/com" 1. PsiFileFactory.createFileFromT...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Next
›
Last
»