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

Expand search scope for "Go to Definition" #557

Closed
jhan276 opened this issue Feb 17, 2021 · 1 comment
Closed

Expand search scope for "Go to Definition" #557

jhan276 opened this issue Feb 17, 2021 · 1 comment

Comments

@jhan276
Copy link

jhan276 commented Feb 17, 2021

Is your feature request related to a problem? Please describe.
When a function exists in a different file (but still in the same project folder), pressing F12 ("Go to Definition") doesn't work as the error message "No definition found for <func_name>" pops up.

Describe the solution you'd like
Like RStudio, I would like "Go to Definition" expand the search scope to the existing project folder. If multiple occurence, show it as dropdown list so user can select.

Screen Shot 2021-02-17 at 12 20 40 AM

Thanks for you awesome extension!

@renkun-ken
Copy link
Member

All language services are acutally provided by languageserver.

This is a duplicate of REditorSupport/languageserver#20.

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

No branches or pull requests

2 participants