REditorSupport / languageserver

An implementation of the Language Server Protocol for R
Other
581 stars 94 forks source link

Get warnings for no variable/function declaration in scope? #649

Closed alyenkin closed 7 months ago

alyenkin commented 9 months ago

Does the current version of the R LSP support identifying functions/variables that are not declared in scope? Similar to what's in Rstudio as described here: https://support.posit.co/hc/en-us/articles/205753617-Code-Diagnostics-in-the-RStudio-IDE

alyenkin commented 7 months ago

Turns out this is a lintr issue, which is unresolved https://github.com/r-lib/lintr/issues/436