RustAutoComplete
RustAutoComplete copied to clipboard
Sublime Text on Windows - autocompletion suggestions limited to 2 characters
See screenshot:
Is this is a bug OR must I configure something in SublimeText to adjust?
Is it also like this on the Mac? I have the ability to do my Rust dev on Mac so this would be useful to know.
I don't have this problem w/ latest. Using latest racer built with Rust 1.5.0.
Only thing I had to do special on Windows is put a ;
after source paths in the RustAutoComplete.sublime-settings, since RustAutoComplete uses :
which is unix/mac style paths.
E.g:
"search_paths": [
"D:\\davelopment\\rustc-1.5.0\\src;"
]
Not a problem here either.