主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Shenoy Venugopal
活动总数
29
最后的活动
2023年08月25日 18:25
成员加入日期
2017年05月26日 04:08
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
5
活动概览
帖子(4)
评论(17)
按最近的活动排序
最近的活动
投票数
创建于
2023年08月22日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 票
创建于
2023年08月22日 11:03
final PsiElementFactory elementFactory = JavaPsiFacade.getInstance(project).getElementFactory();PsiField psiField = elementFactory.createField(fieldName, PsiType.INT);//Newly added line------------...
社区
IntelliJ IDEA Open API and Plugin Development
Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
0 票
创建于
2022年08月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically perform refactoring without preview
0 票
创建于
2022年08月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically perform refactoring without preview
0 票
创建于
2022年06月23日 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...
社区
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 票
创建于
2022年06月20日 06:15
Am I missing something important in the configuration
社区
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 票
创建于
2022年06月17日 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...
社区
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 票
«
第一页
‹
上一页