rust-analyzer/crates/ide-completion/src
Tongjun Gao 7d68c28873 Refactor relevance scoring to use a named constant BASE_SCORE
Replace magic number with a named constant for improved readability and maintainability of the scoring logic
2025-03-07 14:44:57 +08:00
..
completions change 'let mut' keyword completion into 'ietm' snippet 2025-03-04 12:04:54 +08:00
context fix doc tests 2025-02-27 14:58:46 +01:00
render Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
tests Merge pull request #19279 from Natural-selection1/master 2025-03-05 14:14:41 +00:00
completions.rs Don't complete doc(hidden) enum variants and use trees 2025-01-26 00:13:11 +02:00
config.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
context.rs fix doc tests 2025-02-27 14:58:46 +01:00
item.rs Refactor relevance scoring to use a named constant BASE_SCORE 2025-03-07 14:44:57 +08:00
lib.rs fix doc tests 2025-02-27 14:58:46 +01:00
render.rs add test 2025-02-28 10:03:03 +05:30
snippet.rs Merge pull request #19015 from Wilfred/mdbook 2025-01-28 16:19:37 +00:00
tests.rs Provide a config to control auto-insertion of await and iter() 2025-01-21 18:51:09 +02:00