T O P I C R E V I E W |
ricardog |
Posted - Sep 09 2009 : 6:14:57 PM Hello,
I'd like the "List Methods in File" feature of the Context Field in VA Navigation Bar to have the "const" qualifier of C++ methods displayed alongside their names. Since C++ allows overloading by the use of the const qualifier, it's not possible to differentiate them in the methods list because only the name and parameters are displayed, as you can see in the example below:
Thanks! |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 10 2009 : 10:31:11 AM This is a good point, I have put in a feature request for this:
case=32126
as drac says, the work around for now is to look at VA Outline which does tell you if a function is const or not. |
drac |
Posted - Sep 10 2009 : 07:30:30 AM I think this is easy to implement. This information is already present in VA Outline. |
|
|