E
eschreiber
When I hold Control and Click on a type or a method, it takes me to
that method or class as it always did. However, now instead of seeing
the whole file, I only see a snippet.
so, if i have code like this:
Foo foo = new Foo();
foo.bar()
and I hold control and click on bar, it takes me to the method bar()
inside of the file Foo.java but ONLY shows me the bar() method and
nothing else. This did not used to happen. Did I inadvertently turn
this functionality on? How do I turn it off? I would much prefer to
see the entire file. This is quite a pain in the neck.
Thank You,
Ethan Schreiber
that method or class as it always did. However, now instead of seeing
the whole file, I only see a snippet.
so, if i have code like this:
Foo foo = new Foo();
foo.bar()
and I hold control and click on bar, it takes me to the method bar()
inside of the file Foo.java but ONLY shows me the bar() method and
nothing else. This did not used to happen. Did I inadvertently turn
this functionality on? How do I turn it off? I would much prefer to
see the entire file. This is quite a pain in the neck.
Thank You,
Ethan Schreiber