REditorSupport / languageserver

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

Spurious "No visible global function definition" errors in function definitions #584

Open fredcallaway opened 1 year ago

fredcallaway commented 1 year ago

Apologies for the confusing title. The problem is that package functions are somehow not recognized when they are referenced from the body of a function. Here's an example in sublime; I get the same behavior in VS Code.

image