RustAutoComplete icon indicating copy to clipboard operation
RustAutoComplete copied to clipboard

Sublime Text on Windows - autocompletion suggestions limited to 2 characters

Open origfla opened this issue 9 years ago • 2 comments

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.

origfla avatar Nov 22 '15 11:11 origfla

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;"
    ]

davidtibbetts avatar Jan 14 '16 21:01 davidtibbetts

racer

Not a problem here either.

sunbeam60 avatar Feb 19 '16 13:02 sunbeam60