SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: jnairb on January 20, 2021, 03:40:38 PM

Title: Go to definition of virtual override
Post by: jnairb on January 20, 2021, 03:40:38 PM
In VS 23, if I select Go to Definition (or Ctrl-.) on a C++ virtual method that's been overridden in derived classes, the Select Symbol list would include all the derived/overridden versions of the method. In VS 24 and 25, I only get the base class declaration and definition listed.

How do I get the VS 23 behavior back? Did some setting change somewhere? In the Languages, C/C++, Context Tagging options under Go to Definition, I have Prompt with all choices for the two settings and only Ignore forward class declarations checked.

Thanks.
Title: Re: Go to definition of virtual override
Post by: Dennis on January 20, 2021, 09:49:54 PM
Reproduced.  Thanks for catching this.  Will put a fix in for a future hot fix.