oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

Instructions on how to enable autocomplete #15

Closed hydrogen18 closed 9 years ago

hydrogen18 commented 9 years ago

There does not appear to be any instructions on how to enable autocomplete.

oakes commented 9 years ago

Yeah I'll try to improve that soon. It just uses Racer, so the Vim instructions in its README indicate how it works. Just type something like std::io::B and hit Ctrl+x Ctrl+o to see the list of completions.

hydrogen18 commented 9 years ago

I get the following at the bottom of the editor when I do that.

-- Omni completion (^O^N^P) Pattern not found
oakes commented 9 years ago

Try deleting ~/.soak/plugin/racer.vim and restarting the app. If you used an older version of SolidOak, you may still have an old copy of it, which could prevent it from working.

oakes commented 9 years ago

Did that advice help or does the problem still exist after trying it?

hydrogen18 commented 9 years ago

Well actually I gave up on Rust for now. I'm just going to wait till they have a '1.0' release that is stable. Thanks for the help though.