Toolbox Url not navigating to method
Answered
Problem is simple, this url is navigating to the ExampleController file but not going to the method although method name given at the end of the link
jetbrains://idea/navigate/reference?project=project-ex&fqn=com.example.project.api.service.controller.endpoint.ExampleController#exampleEndpoint
Please sign in to leave a comment.
It already works if
.
is used instead of#
:jetbrains://idea/navigate/reference?project=project-ex&fqn=com.example.project.api.service.controller.endpoint.ExampleController.exampleEndpoint