Replies: 2 comments 1 reply
|
Same problem with Rust package. In addiction, the same behavior occurs for example for cpp pack. |
|
a few years forward and still not seeming to work out of the box, but then i noticed that when opening a rust file it tells me that rust analyzer crushed. weird, but it explains all the issues of not having completion and etc. out of the box, right? so i check and apparently while using nightly builds on macos with apple silicon chip rustup does not install the correct rust analyzer for the toolchain and it has to be installed manually for everything to start clicking: |
Uh oh!
There was an error while loading. Please reload this page.
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 usingKnothing happens.Am i missing something obvious?
All reactions