I am using Visual Studio 2015 v14 with VisualRust 0.1.2
In Tools -> Options -> Text Editor -> Visual Rust statement completion is grayed out and cannot be enabled.
In Tools -> Options -> Visual Rust I selected Use bundled racer and Read rust sources from environment variable
The driver that comes with VisualRust works correctly when called manually, that is, racer-120e98b.exe complete std::io:: returns the corresponding results.
In Visual Studio, writing let e = std::io:: and then pressing CTRL + Space to start autocomplete will return a list of reserved keywords (for example, if, while, struct, etc.).
I assume the problem is that statement completion cannot be enabled. How to solve this?
source share