defuz / RustAutoComplete

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

Should not offer suggestions when the cursor is in a comment #28

Open whitequark opened 8 years ago

whitequark commented 8 years ago

I'm trying to write some documentation and every time I get to /// See also:, Racer effectively autocompletes it to /// See also:pub, which is irritating.