rust-analyzer/crates/ide_completion/src
2021-09-13 13:43:13 +03:00
..
completions internal: prevent possible bugs when adding magical comments 2021-09-13 13:43:13 +03:00
render Simplify 2021-08-14 19:09:36 +02:00
tests Complete #![recursion_limit = "N"] over #![recursion_limit = N] 2021-09-05 18:05:06 +09:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs Add config setting for self-on-the-fly 2021-05-31 15:14:56 +02:00
context.rs Enable flyimport for ident patterns 2021-09-01 16:13:53 +02:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
patterns.rs Don't use fake text range in original node search as is in completions 2021-08-27 15:10:42 +02:00
render.rs Avoid extra allocation in completion rendering 2021-09-06 17:55:07 +03:00
tests.rs Don't use fake text range in original node search as is in completions 2021-08-27 15:10:42 +02:00