defuz / RustAutoComplete

A SublimeText binding for RACER (Rust auto completion tool)
MIT License
105 stars 20 forks source link

Not relevant suggestions for methods #24

Open vasily-kirichenko opened 9 years ago

vasily-kirichenko commented 9 years ago

OK:

image

Not OK:

image

Is it well known limitation or the addin is not working properly in my environment? (windows 7 x64).

stephan-nordnes-eriksen commented 9 years ago

I have this issue as well. I believe it comes from sublime itself (or possibly another package) which tries to guess what you can write. It is based on the content of the file, and not the output from racer.

I would actually like this plugin to disable other autocompleters when inside a rust file. It is super annoying as you never know if the suggestions are legit, or not. It actually turns this plugin useless, which makes me sad.

dieu commented 8 years ago

+1