Christian Fuchs
Christian Fuchs
Do you mean some kind of "tree shaking"? In terms of exported types, only the exported types of the given input files, plus all recursively reachable types from those top-level...
Set up a demo repo which shows the issue: https://github.com/manwithafox/demo-dts-facade 1) [severe] generated d.ts does NOT contain module `address.ts`: https://github.com/manwithafox/demo-dts-facade/blob/96a226fa41e306c2f5f319ef446b3817b116cae6/foo.d.ts#L2 2) [above feature request] - generated d.ts contains `class B`...
I have the same issue with our (still private) language server. I had the same URI issue (windows drive letter URL encoded - this is the way the vscode-language-server wrapper...
Update: after building the latest repo from today: Working: + workspace/symbol + textDocument/didChange + textDocument/documentHighlight + textDocument/publishDiagnostics -> error markers in editor content and right gutter Broken: + textDocument/completion is...
For the completion: (Updated to latest WebStorm, removed a long time ago defined File Type - for cheap highlighting) Popup comes up, but the suggested item list is behaving strange....
> your text edit contains range to insert text. this range captures `;\r\n` and insert Integer64 into it. Problem is on language server side, not the plugin. plugin does his...