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 9c0c887 commit eaed44bCopy full SHA for eaed44b
analysis/src/References.ml
@@ -19,6 +19,10 @@ let locItemsForPos ~extra pos =
19
20
let locItemForPos ~full pos =
21
let locItems = locItemsForPos ~extra:full.extra pos in
22
+ if !Log.spamError then
23
+ print_endline
24
+ ("locItems:\n"
25
+ ^ (locItems |> List.map locItemToString |> String.concat "\n"));
26
match locItems with
27
| _ :: _ :: _ :: l :: _ when full.file.uri |> Uri2.isInterface ->
28
(* heuristic for makeProps in interface files *)
0 commit comments