znakeeye
Tomato Guru
379 Posts |
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! |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|