about summary refs log tree commit diff
path: root/crates/ide-completion/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-11-12fix: filter unnecessary completions after colonyue4u-1/+0
2022-10-06Pass context to env vars completionbtwotwo-1/+1
2022-10-06Use expanded version of text for env var completionbtwotwo-1/+1
2022-10-06Add stub for cargo environment variables auto completionbtwotwo-0/+1
2022-09-13Restructure `find_path` into a separate functions for modules and non-module ...Lukas Wirth-1/+1
2022-09-09Add config to unconditionally prefer core imports over stdLukas Wirth-1/+6
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+2
2022-06-20internal: Simplify some completionsLukas Wirth-3/+3
2022-06-20internal: Lift out IdentContext from CompletionContextLukas Wirth-16/+21
2022-06-20internal: Remove `previous_token` field from `CompletionContext`Lukas Wirth-2/+10
2022-06-20Even more completion context filteringLukas Wirth-82/+12
2022-06-20Lift out PathKind variant fields into structsLukas Wirth-12/+9
2022-06-20Split remaining completion calls on the context kindsLukas Wirth-52/+77
2022-06-18internal: NameRefKind classification is not optionalLukas Wirth-17/+19
2022-06-18minor: SimplifyLukas Wirth-7/+10
2022-06-18internal: Split flyimport into its 3 applicable contextsLukas Wirth-22/+14
2022-06-17Only run completion functions if their corresponding context is activeLukas Wirth-30/+91
2022-06-17Split completion context module into definitions and analysis partsLukas Wirth-1/+0
2022-06-03Remove some of the unnecessary helpfer functions from CompletionContextLukas Wirth-1/+0
2022-06-03Move trait_impl completion analysis into CompletionContextLukas Wirth-1/+0
2022-06-03Fix visibility mods not being completed for field defsLukas Wirth-0/+1
2022-05-30Use char for trigger characterLukas Wirth-2/+2
2022-05-30fix: visibility completionyue4u-24/+28
2022-05-13fix: Fix fill-arguments completions not workingLukas Wirth-1/+1
2022-05-10Move keyword expressions to expr completions moduleLukas Wirth-1/+1
2022-05-07minor: Move inferred type completionsLukas Wirth-1/+1
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-1/+0
2022-05-05internal: Remove unqualified_path completions moduleLukas Wirth-27/+31
2022-05-05internal: Lift out item list path completions from (un)qualified_pathLukas Wirth-0/+1
2022-05-01style: rename crates to kebab casePeh-0/+216