Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

No autocompletion for traits #94

Closed
TitanNano opened this issue Jul 9, 2018 · 2 comments
Closed

No autocompletion for traits #94

TitanNano opened this issue Jul 9, 2018 · 2 comments
Labels

Comments

@TitanNano
Copy link

It seems that methods, which have been implemented from a trait, are not available in auto completion. For example the to_string() method on &str is not available.

Is this a known issue, or a mistake in my setup?

@alexheretic alexheretic added the rls label Jul 9, 2018
@alexheretic
Copy link
Member

alexheretic commented Jul 9, 2018

If some completions are working then completion issues are very likely to be related to racer which is what rls uses to provide completion.

For example see racer-rust/racer#829 for some of the racer enhancements being worked on.

@alexheretic
Copy link
Member

ide-rust has moved to using rust-analyzer instead of RLS.

I'll close this issue for now, please reopen if this still applies to the new stack.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants