We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f145cb4 commit 375dffbCopy full SHA for 375dffb
analysis/src/CompletionFrontEnd.ml
@@ -1156,7 +1156,7 @@ let completionWithParser1 ~currentFile ~debug ~offset ~path ~posCursor
1156
exprLoc = expr.pexp_loc;
1157
}));
1158
setFound ())
1159
- (*
+ (*
1160
A dot completion for a tagged templated application with an ident.
1161
Example:
1162
sh`echo "meh"`.foo
@@ -1166,7 +1166,9 @@ let completionWithParser1 ~currentFile ~debug ~offset ~path ~posCursor
1166
funct = {pexp_desc = Pexp_ident {txt = Lident "."; loc = _}};
1167
args =
1168
[
1169
+ (* sh`echo "meh"` *)
1170
(_, ({pexp_desc = Pexp_apply _} as innerExpr));
1171
+ (* foo *)
1172
(_, {pexp_desc = Pexp_ident {txt = Lident fieldName}});
1173
];
1174
}
0 commit comments