Adding modules or additional dirs. to project structure
Will rubymine have the concept of modules as IntelliJ does? I might want to poke around in gem sources for example while working on my project. I could create a sinatra module, e.g., that points to the gem source.
Right now the only way I can do this is create softlink to the gem source dir. in my project dir. as this will then appear in my project structure. There also isn't a way to add multiple "src" directories to a project.
Thanks,
Jim
Please sign in to leave a comment.
Hello Jim,
We don't plan to implement full-featured modules in RubyMine (as this will
make the project configuration much more complex), but we do plan to provide
the possibility to add additional content roots to a project. This should
be enough to cover your use case.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Perfect, thanks!
Jim