Vscode-r: Goto definition across scripts

Created on 13 Apr 2019  路  4Comments  路  Source: Ikuyadeu/vscode-R

As far as I know it is not possible atm to jump to the definition of functions (as with pressing F2 in RStudio). Would it be possible to implement? Thanks

feature-request language server like RStudio

Most helpful comment

Go to Definition is now supported on the master branch of the languageserver package. Install with:

devtools::install_github("REditorSupport/languageserver")

All 4 comments

@LePeti This function is implemented on other language support (like javascript.)
Currently, it looks a bit difficult to implement.
I put this issue as the TODO.

I would definitely like this too if you can ever get around to it.

Go to Definition is now supported on the master branch of the languageserver package. Install with:

devtools::install_github("REditorSupport/languageserver")

@andycraig Great works!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nathaneastwood picture nathaneastwood  路  6Comments

Dee-L picture Dee-L  路  5Comments

michaelHL picture michaelHL  路  3Comments

andycraig picture andycraig  路  4Comments

maxheld83 picture maxheld83  路  4Comments