rust/crates/ide-completion/src
2024-03-01 14:23:31 +03:00
..
completions fix: autocomplete constants inside format strings 2024-03-01 14:23:31 +03:00
context fix: Fix completions panicking with certain macro setups 2024-02-27 09:35:57 +01:00
render fix: clippy 2024-02-13 10:11:17 +00:00
tests completions: speed up completions by filtering non-applicable traits 2024-02-26 12:49:11 -05:00
completions.rs Cleanup term search related changes 2024-02-11 14:35:54 +02:00
config.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00
context.rs fix: Split toolchain and datalayout out of CrateData 2024-02-16 14:48:25 +01:00
item.rs minor: fix typo 2024-02-19 18:12:08 +08:00
lib.rs Add lete to postfix completion list 2024-02-06 13:13:51 +02:00
render.rs Improve generics handling in term search 2024-02-26 20:17:09 +02:00
snippet.rs Always render the path to be imported in the completion detail 2023-12-11 18:37:12 +01:00
tests.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00