zed/crates/editor
Nathan Sobo 327ddbe2b4 Always issue a new completions request when typing a trigger character
We'll interpolate the anchor range of original request, but it's still a good idea to be up-to-date in case the language server is influenced by the content preceding the location. This doesn't *seem* to be the case with rust-analyzer so far, but it's how VS Code works so let's do it this way.
2022-01-31 18:34:20 -07:00
..
src Always issue a new completions request when typing a trigger character 2022-01-31 18:34:20 -07:00
Cargo.toml Trigger completion when typing words or trigger characters 2022-01-31 17:07:24 -08:00