Replies: 2 comments 6 replies
-
Hey 👋 This plugin doesn't do anything related to auto completion besides register the client capabilities of plugins it detects are installed: rustaceanvim/lua/rustaceanvim/config/server.lua Lines 150 to 155 in 2fa4542 Your issue is most likely one of the following:
|
Beta Was this translation helpful? Give feedback.
-
OK, I finally tracked this down.
then you will see the above issue. This is because it sets the field However, even if you override the configuration to So to fix it, do one of the following:
|
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I've recently switched from rust-tools and having some problems with configuration. The main is that for some reason it seems that rust analyzer doesn't provide full create path of a suggestion anymore (like
use some_crate::U256
) which leads to a problem when I have multiple structs with the name from different crates in suggestions like on the screenshot attached.Earlier it used to look like this:
I've already remove the configuration for the plugin at all, so right now all I have related to rust in my init.lua are
Maybe anyone here can give me a direction on where to dig or how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions