Skip to content
New issue

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

Does not autocomplete iron #528

Closed
Emilgardis opened this issue Apr 10, 2016 · 2 comments
Closed

Does not autocomplete iron #528

Emilgardis opened this issue Apr 10, 2016 · 2 comments

Comments

@Emilgardis
Copy link

Currently racer fails to autocomplete iron, no clue why.
Gist for all related files.
#499 may be related.

@lem0nify
Copy link

lem0nify commented Jun 27, 2016

@Emilgardis It does. It just can't parse imports when you write use module::something::*; such as use iron::prelude::*;. So, if you will import symbols manually like use iron::Iron;, it will AC fine.

UPD: Sorry, just noticed that it imports other symbols from iron::prelude. Hmm...

@TedDriggs
Copy link
Contributor

This looks to be a duplicate of #499, unless I'm missing something. Closing this to focus the discussion there.

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

No branches or pull requests

3 participants