defuz / RustAutoComplete

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

Sublime Text on Windows - autocompletion suggestions limited to 2 characters #30

Open origfla opened 8 years ago

origfla commented 8 years ago

See screenshot:

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.

davidtibbetts commented 8 years ago

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;"
    ]
sunbeam60 commented 8 years ago

racer

Not a problem here either.