Navigation to constructor from member initializer list
Hello!
Is it possible to navigate to member (or base class) constructor from member initializer list?
Currently R++ goes to member definition or base class declaration and not to the corresponding constructors.
Please sign in to leave a comment.
Hi,
When the caret is on the opening parenthesis of the initializer, R++ will navigate to the corresponding constructor.
Thank you for reply! Sometimes it works for and other times it is not:
here "Go To Declaration - Ctrl+B" used. Am I doing something wrong?
Navigation seems to not work when a copy or a move constructor is used - we'll investigate (https://youtrack.jetbrains.com/issue/RSCPP-18655).
Thanks for reporting this!