We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test <- function(var1 = 0, var2 = function(x) length(x) == 0) { var2 }
Hover on var2 in the function body, the following error occurs:
var2
internal error: Error: <text>:1:37: unexpected ')' 1: function(result) length(result) == 0) ^ Call: parse(text = func_text, keep.source = FALSE) Stack trace: 1: parse(text = func_text, keep.source = FALSE) 2: hover_reply(id, uri, self$workspace, document, point) 3: self$deliver(hover_reply(id, uri, self$workspace, document, point)) 4: dispatch(self, id, params)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hover on
var2
in the function body, the following error occurs:The text was updated successfully, but these errors were encountered: