rust-analyzer/crates/ide-completion/src
2025-01-25 12:18:54 +01:00
..
completions Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
context Cleanup Name string rendering 2025-01-21 10:05:32 +01:00
render Sort completion items that skip await and iter() behind those that don't 2025-01-21 11:44:38 +02:00
tests Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
completions.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
config.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
context.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
item.rs Sort completion items that skip await and iter() behind those that don't 2025-01-21 11:44:38 +02:00
lib.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
render.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
snippet.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
tests.rs Provide a config to control auto-insertion of await and iter() 2025-01-21 18:51:09 +02:00