Access all source XML, Java, Kotlin files for android plugin ?
已回答
Hello there,
I am a newbie in plugin development. I want to create a plugin for android studio for which i want to access all XML, JAVA, KOTLIN files and search specific pattern in these files. Please help me to achieve this. So there are two tasks--->
1. Get all XML , JAVA, KOTLIN files
2. Search specified pattern in these files . [ For Example-> I want to search for a specified string in these retrieved files]
Thanks.
请先登录再写评论。
To search for the files of specific FileType, use:
To search and process these files, use: