Link to home
Start Free TrialLog in
Avatar of yore
yore

asked on

Jbuilder or VisualCafe class browser question

Hi,

I am used to using VisualAge, but my new job does not have that available.

One nice feature in VisualAge is an "open on selection". This lets you right click on any use of a class , variable, or method and open an editing window directly on the code which defines that member.

An example would be if I have this line of source:
MyClass myObject = new MySubclass();

I could right click on "MyClass" "myObject ", or "MySubclass()" and view the source code which defines MyClass or MySubclass.

Does anyone know of similar functionality in Jbuilder or VisualCafe?

Let me know if you need clarification.

Thanks,
Yore
ASKER CERTIFIED SOLUTION
Avatar of sanjay_thakur
sanjay_thakur

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of iDeb
iDeb

If you are using Visual Cafe 4.1, you can open the Project window (View->Project-><your project>) and click on the classes tab. Expand to the class and its member you want and double click on it. It would take you to its definition...
Avatar of yore

ASKER

Thanks for the comments.

I liked Sanjay's suggestions the best. I have looked at IDEA from intellij - that is a pretty nice tool. It seems way better for my needs than the versions of Jbuilder or VCafe that I have used.

Thanks,
Yore