rust/crates/ra_lsp_server
Aleksey Kladov e8c50f0915 Use : as a trigger character for completion
Note that VSCode asks for completion after *first* `:` as well:

    use crate:

we use hacks to protect against that, and to give completions only
after the second `:`.
2018-11-21 19:06:48 +03:00
..
src Use : as a trigger character for completion 2018-11-21 19:06:48 +03:00
tests/heavy_tests Fix the test 2018-11-08 18:54:19 +03:00
Cargo.toml Cargo update 2018-11-07 18:42:09 +03:00