T O P I C R E V I E W |
znakeeye |
Posted - Mar 02 2008 : 08:03:46 AM I have multiple headers with many functions. It looks something like this:
100 public: 101 void foo(); ... 799 void bar(); 800 void baz(); // Public?
If I hover "bar" it would be great if VAX showed if it's public, protected or private (using an icon?). It's painful to scroll 700 lines. Sure, VA Outline is helpful, but it's not enough! |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 03 2008 : 09:51:56 AM Try turning on VA view and hovering over the function. VA will show the class in the HCB and highlight the function. The function's icon shows you if the function is public, private or protected. |
|
|