vendor/plugins/* Added to code checks/autocompletion/code navigation ...?

Hello there,

I just tried the latest IDEA 8 build with the new Ruby plugin and I was wondering why e.g. current_user from the installed restful_authentication plugin is not being detected properly... Or in general, when opening and editing a controller which refers to functionality declared in vendor/plugins/* folders.. IDEA doesn't pick those up properly.

Is there anything I can do to add my plugins manually so IDEA detects them properly?

-J

0
2 comments

Hello Joerg,

I just tried the latest IDEA 8 build with the new Ruby plugin and I
was wondering why e.g. current_user from the installed
restful_authentication plugin is not being detected properly... Or in
general, when opening and editing a controller which refers to
functionality declared in vendor/plugins/* folders.. IDEA doesn't pick
those up properly.

Is there anything I can do to add my plugins manually so IDEA detects
them properly?


It's not really a problem of plugins. Rather, the problem is caused by the
fact that we don't currently process the contents of 'self.included' method,
which plugins usually use to make their functionality available. Such processing
will be added in an updated version of the plugin soon.

Feel free to watch/vote for http://www.jetbrains.net/jira/browse/RUBY-1917

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Dmitry,

ahh alright.. makes sense. Any rough ETA on this?

-J

0

Please sign in to leave a comment.