We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0a1c8 commit bf7eebaCopy full SHA for bf7eeba
analysis/src/CompletionBackEnd.ml
@@ -1028,13 +1028,10 @@ and getCompletionsForContextPath ~debug ~full ~opens ~rawOpens ~pos ~env ~exact
1028
lhsLoc = exprLoc;
1029
}
1030
in
1031
- let completionsFromPipeCtxPath =
+ let pipeCompletions =
1032
cpAsPipeCompletion
1033
|> getCompletionsForContextPath ~debug ~full ~opens ~rawOpens ~pos
1034
~env:envCompletionIsMadeFrom ~exact ~scope
1035
- in
1036
- let pipeCompletions =
1037
- completionsFromPipeCtxPath
1038
|> List.filter_map (fun c ->
1039
TypeUtils.transformCompletionToPipeCompletion ~synthetic:true
1040
~env ?posOfDot c)
0 commit comments