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
At the moment, textDocument/completion doesn't provide symbols for built-in intrinsic functions like len, cap, etc.
textDocument/completion
len
cap
The text was updated successfully, but these errors were encountered:
@zivkovicmilos @jeronimoalbi
Do you know if there a place where builtin function signatures are defined? Or we need to hardcode them manually in gnopls?
Sorry, something went wrong.
I found this set of intrinsic funcs which seems to be identical to what Go has.
Successfully merging a pull request may close this issue.
At the moment,
textDocument/completion
doesn't provide symbols for built-in intrinsic functions likelen
,cap
, etc.The text was updated successfully, but these errors were encountered: