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.

0
3 comments
Avatar
Permanently deleted user

Hi,

When the caret is on the opening parenthesis of the initializer, R++ will navigate to the corresponding constructor.

0
Avatar
Permanently deleted user

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?

0
Avatar
Permanently deleted user

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!

0

Please sign in to leave a comment.