Open
Description
Using scip-typescript v0.3.15 on a very simple nodejs project, I took stats off a print I did piping scip print
into a text file:
2388 Kind: 0,
3401 SyntaxKind: 0,
14 Language: "",
It seems not only is the language not being detected, but the Kinds are as well not.
It seems I do get basic info like method names etc though.
Is there some extra I need to add to make this work? I've tried it on several very different repos and doesnt seem to work on any of them.
I attached the print-out created from indexing.
Let me know if I need to add any other details.