| Age | Commit message (Collapse) | Author | Lines |
|
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
|
|
|
|
fix: Improve self param completion applicability
Fixes https://github.com/rust-lang/rust-analyzer/issues/9522
|
|
|
|
|
|
fix(completion): `super::` completion at crate root and module depth aware
- should close #12439
- Suggest super according to the depth in tree
|
|
aware
|
|
|
|
|
|
|
|
|
|
|
|
Add more test cases for generic args
|
|
|
|
Fix tidy check does not work for marks in multiline
|
|
fix: complete enum variants as patterns in pattern path
close #12593
|
|
fix: Trigger flyimport completions in item lists again
Fixes https://github.com/rust-lang/rust-analyzer/issues/12656
|
|
|
|
|
|
|
|
complete raw identifier with "r#" prefix
Fix #12148
Escape Names and Paths used in `insert_text`/`insert_snippet` while rendering the completion items.
|
|
|
|
fix: Fix completions for locals not working properly inside macro calls
|
|
|
|
Correct target_feature completion
I changed the `target_feature` to match the description given in #12616.
|
|
cfg completions are duplicated if they are set with multiple values.
This patch deduplicates them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in completion analysis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|