defuz / RustAutoComplete

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

Expand all search paths so that using ~ is possible #4

Closed mriehl closed 9 years ago

mriehl commented 9 years ago

Hi,

I store the rust source somewhere in my home, but the path to my home varies depending on the machine I am using. I made it possible to use "~/" in the search_paths.

I also added some tests. There's quite a lot of monkey patching but running them is quite simple and it catches syntactic problems so it's better than nothing I hope ;-)

You can run the tests with python3 tests.py but this will require either

Thanks a lot for this plugin, it works really well for me!

glennw commented 9 years ago

Hi, thanks for the PR! Sorry I haven't had a chance to look at it yet - I will try to today or tomorrow.