You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
qqatwa
Posted - Sep 17 2020 : 12:02:33 PM VA already support "implement virtual methods ..." with a few clicks on the target class.
We can improve it by mimicking c#'s "override" behavior: when "override" is detected, it will automatically show all virtual methods that we can override. For C++, we needs an extra step to move the "override" keywords to the end of declaration.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 17 2020 : 1:52:13 PM This idea came up recently, and was discussed here:
so you can see the conversation, and the thinking at work. We are considering making it easier to trigger Implement Virtual Methods in the middle of a class: