T O P I C R E V I E W |
Luke1410 |
Posted - Jun 16 2009 : 07:42:01 AM Is it possible to display member variables of classes shown in the VA Outline view somehow (maybe by a setting I haven't discovered yet)? |
4 L A T E S T R E P L I E S (Newest First) |
Luke1410 |
Posted - Jun 16 2009 : 5:14:46 PM Thanks, that's exactly what I was looking for. |
sean |
Posted - Jun 16 2009 : 4:27:24 PM Have you tried the Hovering Class Browser in the VA View (VAssistX | Tools | VA View)?
http://www.wholetomato.com/products/features/hcb.asp http://www.wholetomato.com/products/features/vaview.asp
|
Luke1410 |
Posted - Jun 16 2009 : 2:36:23 PM My bad. VA Outline of course only displays the content of the current file. It correctly displays the member variables when the header file is active. Anyway, what I'm looking for is: When programming a function it a view of the class member variables would be really helpful. I.e. foo.h: class Foo() { private: int mymember; public: Foo(); }
Now I'm working in foo.cpp within the Foo-ctor: Foo::Foo() { // writing my stuff right now }
A view which would show the outline of Foo class while the cursor is within the Foo::Foo() block could improve the productivity because I wouldn't have to switch between the header/cpp file.
Is that already possible with VA? |
feline |
Posted - Jun 16 2009 : 12:08:29 PM Which IDE and version of VA are you using? Which language are you programming in?
VA Outline is showing me class member variables when I look at a C++ .h file. |