Shenoy Venugopal
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created 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. -
Created Adding and removing fields from a PSIClass programatically through com.jetbrains.openapi
AnsweredI 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=... -
Created Use apache poi (to read and write to .xlsx spreadsheet) for the customized plugin which implements BulkFileListener
AnsweredI 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... -