about summary refs log tree commit diff
path: root/crates/ide-completion/src/tests
AgeCommit message (Expand)AuthorLines
2023-03-18fix: make tests valid rust codefeniljain-4/+7
2023-03-16feat: do not remove other variants, just push them down in listfeniljain-0/+2
2023-03-15chore: change casing for variants in testsfeniljain-6/+6
2023-03-14fix: use compute_type_match correctly and update tests accordinglyfeniljain-6/+20
2022-12-17feat: filter already present enum variants in match armsfeniljain-0/+41
2022-11-27fix: also exclude 2 coloncolon in a rowyue4u-1/+7
2022-11-27fix: only special casing 3 colon in a rowyue4u-7/+1
2022-11-20fix: remove insufficient check for coloncolonyue4u-7/+0
2022-11-12fix: filter unnecessary completions after colonyue4u-1/+120
2022-11-08fix: Fix item completions not working properly after unit structs and outline...Lukas Wirth-0/+32
2022-09-16Complete variants and assoc items in path pattern through type aliasesLukas Wirth-0/+27
2022-09-05complete full struct in enum varaintaustaras-0/+39
2022-09-04fix: correct broken logic for return complitionAleksey Kladov-1/+37
2022-08-17fix: a bunch of typosDezhi Wu-1/+1
2022-08-16fix: format literal lookupyue4u-1/+1
2022-08-09Add some more `cov_mark`sLukas Wirth-0/+1
2022-08-09Fix pattern field completions not working for unionsLukas Wirth-21/+32
2022-07-29fix: complete path of existing record exprcynecx-0/+19
2022-07-28fix: Don't complete marker traits in expression positionLukas Wirth-3/+0
2022-07-28fix: Fix pattern completions adding unnecessary bracesLukas Wirth-2/+2
2022-07-28fix: Calculate completions after type anchorsLukas Wirth-1/+54
2022-07-16Auto merge of #12773 - Veykril:self-compl, r=Veykrilbors-0/+84
2022-07-16fix: Improve self param completion applicabilityLukas Wirth-0/+84
2022-07-15fix: Don't show qualified path completions for private itemsLukas Wirth-10/+9
2022-07-14fix(completion): `super::` completion at crate root and module depthfeniljain-80/+64
2022-07-07fix default type param value positionHongxu Xu-3/+3
2022-07-07Handle generic args per arg indexHongxu Xu-10/+166
2022-07-06Show only assoc type args in the correct arg posHongxu Xu-2/+35
2022-07-05Complete associated type only in trait generic argHongxu Xu-17/+45
2022-07-02Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykrilbors-48/+115
2022-07-02fix: Trigger flyimport completions in item lists againLukas Wirth-0/+20
2022-07-02fix: escape for enum variantyue4u-0/+54
2022-07-02fix: variants rendering in pattern pathyue4u-48/+61
2022-07-01fix: Simplify macro statement expansion handlingLukas Wirth-0/+30
2022-06-27Auto merge of #12643 - Veykril:macro-compl, r=Veykrilbors-0/+28
2022-06-27fix: Fix completions for locals not working properly inside macro callsLukas Wirth-0/+28
2022-06-27Udate unit testsAntonello Palazzi-2/+2
2022-06-24fix: completes non exhaustive variant within the defining crateyue4u-0/+40
2022-06-20internal: Simplify some completionsLukas Wirth-5/+0
2022-06-20fix: Fix auto-ref completions inserting into wrong locationsLukas Wirth-2/+3
2022-06-20fix: Don't trigger pattern completions when typing a wildcard patternLukas Wirth-0/+12
2022-06-20internal: Lift out IdentContext from CompletionContextLukas Wirth-5/+5
2022-06-18internal: NameRefKind classification is not optionalLukas Wirth-6/+11
2022-06-18internal: Split flyimport into its 3 applicable contextsLukas Wirth-2/+18
2022-06-17Only run completion functions if their corresponding context is activeLukas Wirth-3/+0
2022-06-17Introduce NameRefKind for completionsLukas Wirth-3/+0
2022-06-16Auto merge of #12554 - XFFXFF:fix_11959, r=Veykrilbors-0/+31
2022-06-16the offset used for the completion cursor should always be relative to the or...XFFXFF-1/+7
2022-06-16the scope of the return type is not the body of the functionXFFXFF-1/+26
2022-06-16disable private editable in TEST_CONFIG by defaultHongxu Xu-24/+4