Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Find Reference - distinguish const / non const

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
tony.riviere Posted - Jun 27 2019 : 09:01:09 AM
In the VA Find Reference Result, when it's done on a variable, the "write references" are displayed with a small yellow square to see them quickly when they are modified / assigned.

I would like a similar feature: to distinguish calls of const and non-const function on a variable to see when it's potentially modified.

As an example, I'm searching references on a std::vector, I would like to quickly see (via a square of a different color) the references where the vector can mutate (push_back(), clear(), ...) => non-const methods, as opposed to references where the vector won't mutate (size(), empty(), ...) => const methods.
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Jun 29 2019 : 01:18:59 AM
We're considering implementing this:

case=9955

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000