rust/crates/ide-completion/src
DropDemBits bc381837e3
fix: Preserve $ and \ in postfix format completions
`parse_format_exprs` doesn't escape these two anymore, so they have to be escaped as a separate step.
2024-03-07 16:55:09 -05:00
..
completions fix: Preserve $ and \ in postfix format completions 2024-03-07 16:55:09 -05: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
tests.rs Optionally disable term search for autocompletion 2024-02-11 13:33:29 +02:00