Open Type / Resource in Eclipse .jars through shortcuts? -


so in eclipse, i'm aware if have included sources in maven dependencies, jdk, can open type see it's implementation (type ctrl+t):

enter image description here

this great .java classes, don't appear have quick shortcut open resources other java .classes. instance, clojure , jruby, both .jar sources, sources themselves.

is there way ctrl+t or "open resource" equivalent (ctrl+shift+r) open resources held in .jar files?

no. per knowledge, there no keyboard shortcuts in eclipse open resource file jar. classes can accessed ctrl+t. have use package explorer navigate contents in jar file.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -