rust/crates/ide-completion/src
Duong Quoc Khanh a7df61f1d3
Add postfix completion for unsafe.
Wrap receiver_text with { } if it's not a BlockExpr.
2023-02-07 23:55:44 +09:00
..
completions Add postfix completion for unsafe. 2023-02-07 23:55:44 +09:00
context fix: consider relative offset to fake ident token in expansion for completion 2023-02-05 22:27:52 +09:00
render Auto merge of #13860 - danieleades:clippy, r=lnicola 2023-01-08 17:29:57 +00:00
tests Add postfix completion for unsafe. 2023-02-07 23:55:44 +09:00
completions.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
config.rs Restructure find_path into a separate functions for modules and non-module items 2022-09-13 15:15:27 +02:00
context.rs fix: also exclude 2 coloncolon in a row 2022-11-27 02:39:38 +09:00
item.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
lib.rs fix: filter unnecessary completions after colon 2022-11-12 22:33:40 +09:00
render.rs Add postfix completion for unsafe. 2023-02-07 23:55:44 +09:00
snippet.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
tests.rs remove useless conversions 2023-01-02 15:02:54 +00:00