rust/crates/ide_completion/src
2022-02-01 12:33:55 +01:00
..
completions Complete local fn and closure params from surrounding locals scope 2022-01-31 11:56:42 +01:00
render Deprioritize ops function completions for non-method calls 2022-02-01 12:33:55 +01:00
tests Complete local fn and closure params from surrounding locals scope 2022-01-31 11:56:42 +01:00
completions.rs feat: Add very simplistic ident completion for format_args! macro input 2022-01-15 12:23:26 +01:00
config.rs
context.rs Complete local fn and closure params from surrounding locals scope 2022-01-31 11:56:42 +01:00
item.rs internal: Decrease PartialOrd and PartialEq trait methods completion relevance 2022-01-15 11:05:13 +01:00
lib.rs feat: Add very simplistic ident completion for format_args! macro input 2022-01-15 12:23:26 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs Deprioritize ops function completions for non-method calls 2022-02-01 12:33:55 +01:00
snippet.rs introduce hacks module 2021-12-28 18:57:13 +03:00
tests.rs