Browsing "outside" code in IntelliJ
I have lots of Java code written by other people and not residing in an IntelliJ project.
Is there any plugin that will allow me to point to a directory (e.g. org) and 开发者_如何转开发have it traverse the subdirectories, locating each Java source file. I would then like to be able to open the source files readonly to browse them (with identifier searching, etc.)
Something like this exists in TextMate, but I can't easily find symbol definitions.
Thanks.
EDIT: If there is another tool (preferably open source), that does this and runs in OS X, I'd like to hear about it.
If you go to your Project Structure and set up libraries, you can point those libraries to their source code, which can be anywhere on the file system. I'm not sure about making them read only, other then doing that on the OS level.
精彩评论