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

extern crate ~ autocomplete should include only crate names #830

Closed
RReverser opened this issue Feb 24, 2018 · 2 comments
Closed

extern crate ~ autocomplete should include only crate names #830

RReverser opened this issue Feb 24, 2018 · 2 comments

Comments

@RReverser
Copy link

Currently Racer treats position after extern crate as expecting any path, and searches and returns all global items. Instead, it should short-circuit to returning only crate names from Cargo.toml / Cargo.lock / ...

@kngwyu
Copy link
Collaborator

kngwyu commented Feb 25, 2018

Thanks for reporting.
Actually, Racer's search flag is too comprehensive and I think it should be more specific.

@kngwyu
Copy link
Collaborator

kngwyu commented Oct 29, 2018

Closed via #990

@kngwyu kngwyu closed this as completed Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants