rust/crates/ra_ide_api
Aleksey Kladov c27a3da5e8 remove path_ident from CompletionContext
We really shouldn't be looking at the identifier at point. Instead,
all filtering and sorting should be implemented at the layer above.

This layer should probably be home for auto-import completions as
well, but, since that is not yet implemented, let's just stick this
into complete_scope.
2019-04-22 16:04:56 +03:00
..
src remove path_ident from CompletionContext 2019-04-22 16:04:56 +03:00
Cargo.toml add a couple of profiling points 2019-04-15 01:10:07 +03:00