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 13:07
Is the above lines to resolve the issue of creating a field of type String. Not able to resolve this. Appreciate if you can give code snippets only for this.
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 22, 2023 11:03
final PsiElementFactory elementFactory = JavaPsiFacade.getInstance(project).getElementFactory();PsiField psiField = elementFactory.createField(fieldName, PsiType.INT);//Newly added line------------...
Community
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 votes
Created
August 25, 2022 07:11
I was able to do the successful refactoring programmatically, from the code snippet below, mentioned in " https://intellij-support.jetbrains.com/hc/en-us/community/posts/206116339-Refactoring-HowTo...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically perform refactoring without preview
0 votes
Created
August 24, 2022 08:00
If I have a java file (say A.java) in the package (say "org") at the location /src/main/java/org/A.java...... If I want to rename refactor the java class file "A" to java class file "B", then how s...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically perform refactoring without preview
0 votes
Created
June 23, 2022 08:14
Ok. I will push all the heavy operations to a task which runs periodically to do the asyncronous tasks... Let me know the class/interface that I need to extend/implement to invoke the scheduled tas...
Community
IntelliJ IDEA Open API and Plugin Development
Use apache poi (to read and write to .xlsx spreadsheet) for the customized plugin which implements BulkFileListener
0 votes
Created
June 20, 2022 06:15
Am I missing something important in the configuration
Community
IntelliJ IDEA Open API and Plugin Development
Use apache poi (to read and write to .xlsx spreadsheet) for the customized plugin which implements BulkFileListener
0 votes
Created
June 17, 2022 09:14
I got it working to compile & build successfully by including the following in the dependencies section of build.gradle file implementation 'commons-io:commons-io:2.11.0implementation 'org.apache.p...
Community
IntelliJ IDEA Open API and Plugin Development
Use apache poi (to read and write to .xlsx spreadsheet) for the customized plugin which implements BulkFileListener
0 votes
«
First
‹
Previous