Shenoy Venugopal
- 活动总数 29
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
创建于 Creating a new PsiClass and adding it in a folder, so that it reflects in the Virtual File System
I want to create a new PsiClass and add it in a specific source Folder. After adding this, how to ensure that it reflects in the Virtual File System. Please let me know the appropriate code snippet. -
创建于 Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
已回答I have the following maven project pom.xml as given below, with an additional source folder in temp/src/main/java, under the basedir. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=... -
创建于 Use apache poi (to read and write to .xlsx spreadsheet) for the customized plugin which implements BulkFileListener
已回答I have implemented a customized BulkFileListener, where I have implemented the @Override function public void after(@NotNull List<? extends VFileEvent> events). Based on certain conditions, I wan... -