Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick command to get path of function, class or value #257

Open
bblfish opened this issue Feb 27, 2022 · 0 comments
Open

quick command to get path of function, class or value #257

bblfish opened this issue Feb 27, 2022 · 0 comments

Comments

@bblfish
Copy link

bblfish commented Feb 27, 2022

Is your feature request related to a problem? Please describe.

I often jump around code by clicking on methods, return values, etc... until I arrive on a method I would like to use. (perhaps when writing test cases). I would like to have simple method that can give me the path, for example run.cosy.http.auth.Guard.filterRulesFor.

Describe the solution you'd like

I would like to just type something like cmd-cntrl-shift-C and have the editor copy the path name run.cosy.http.auth.Guard.filterRulesFor into the copy-buffer.

Describe alternatives you've considered

Currently I may have to remember the name of the function, find the Object in which it is contained (eg. Guard then scroll around to the top of the file to find the package name run.cosy and perhaps even search for intermediate packages like http.auth in order to reconstitute the path of the function. That is quite tedious and often prone to error.

Additional contex

No response

Search terms

copy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant