to get all html files inside a package or a module
Hi,
I am trying to get html files by filetype in a package, I want to perform some operations on the xml tags by reading html files but failed. How can i resolve this.
Thanks,
Archana
Please sign in to leave a comment.
There's a lot of resources available to get this information -
http://confluence.jetbrains.com/display/IntelliJIDEA/PSI+Helpers+and+Utilities#PSIHelpersandUtilities-3.Defineanutilitytosearchproperties
http://devnet.jetbrains.com/message/5516269
Hopefully this helps.
yeah...that helped.
Thanks,
Archana