rust-analyzer/crates/ide_completion/src
2021-10-10 10:50:51 +09:00
..
completions Expose HasSource::source through Semantics with caching behaviour 2021-10-07 15:00:14 +02:00
render Remove neesless clone 2021-10-10 10:50:51 +09:00
tests Add pub(super) along with pub(crate) and pub as a completion keyword 2021-09-29 21:55:15 -07:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs Bring the implementation closer to VSCode snippet definitions 2021-10-05 17:18:40 +02:00
context.rs Merge #10458 2021-10-05 16:41:11 +00:00
item.rs Make multiple import edits work for completions 2021-10-04 21:44:33 +02:00
lib.rs Bring the implementation closer to VSCode snippet definitions 2021-10-05 17:18:40 +02:00
patterns.rs Don't show flyimport completions in use renames 2021-09-30 18:15:55 +02:00
render.rs Make multiple import edits work for completions 2021-10-04 21:44:33 +02:00
snippet.rs Bring the implementation closer to VSCode snippet definitions 2021-10-05 17:18:40 +02:00
tests.rs Bring the implementation closer to VSCode snippet definitions 2021-10-05 17:18:40 +02:00