Replies: 1 comment
-
Same problem with Rust package. In addiction, the same behavior occurs for example for cpp pack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just installed astronvim with the rust community package and doesn't seems fully functional,
it is not able to display documentation of built-in methods such as trim or chars for a string, also the autocomplete doesn't suggest them i think there is something missing on the LSP.
setup
after it finish to load and install all the dependencies the LSP wont start automatically since it just got installed so we need to manually start it using
after that a lot of things work out-of-the-box like syntax, formatting, errors/warnings and such, but if you type
"ABC".
it won't suggest methods such as trim or chars and when manually typed them and then try to get the documentation about them usingK
nothing happens.Am i missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions