Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
origfla opened this issue Nov 22, 2015 · 2 comments

Comments

@origfla
Copy link

origfla commented Nov 22, 2015

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
Copy link

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
Copy link

racer

Not a problem here either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants