RustAutoComplete icon indicating copy to clipboard operation
RustAutoComplete copied to clipboard

A SublimeText binding for RACER (Rust auto completion tool)

Results 17 RustAutoComplete issues
Sort by recently updated
recently updated
newest added

In the original version, if racer does not exist, the call to racer `Popen(cmd_list, stdout=PIPE, stderr=PIPE, env=env, startupinfo=startupinfo)` will raise a `FileNotFoundError` and get caught by upper caller `on_query_completions`. The...

This is my config file ```json { // The full path to the racer binary. If racer is already // in your system path, then this default will be fine....

I see that the last commit was a long time ago. Is this project still maintained?

RustAutoComplete `v0.8.0` SublimeText 3.0 beta 3083 Snapshot: It is not show up the completion and generate lots of tmp files in rust src/ directory. My Config is ``` { "racer":...

1. support detect `RUST_SRC_PATH` environment variable on macOS 2. Add RustAutoComplete default settings for user friendly

Autocomplete - just silence. Goto definition - error: "/path/to/tmpxyz": no such file or directory

With a Multirust-rs/Rustup installation, the search path is no longer necessary, instead there is `CARGO_HOME`, which is needed to enable autocompletion on third-party crates. Can RustAutoComplete support that?

This closes issue #37, works for me.

fix creates 20+ temp files and doesn't delete them.