about summary refs log tree commit diff
path: root/crates/ide-completion/src/render/literal.rs
AgeCommit message (Expand)AuthorLines
2022-06-26complete raw identifier with "r#" prefixHongxu Xu-4/+8
2022-06-20fix: Fix auto-ref completions inserting into wrong locationsLukas Wirth-1/+2
2022-06-20internal: Lift out IdentContext from CompletionContextLukas Wirth-17/+9
2022-06-18internal: NameRefKind classification is not optionalLukas Wirth-5/+4
2022-06-17Only run completion functions if their corresponding context is activeLukas Wirth-7/+16
2022-06-06fix: avoid adding enum parens in useyue4u-6/+17
2022-05-07Introduce NameRefContextLukas Wirth-1/+1
2022-05-01style: rename crates to kebab casePeh-0/+175