-
-
Notifications
You must be signed in to change notification settings - Fork 0
LSP Inspector #1
Comments
There already is the @dbaeumer FYI |
As @aeschli pointed out this already exist however only in textual form. It is implemented using the Tracer interface here: https://github.com/Microsoft/vscode-languageserver-node/blob/master/jsonrpc/src/main.ts#L225 Extending this interface that it allows passing on structural information should be quite easy. In addition we would need to allow to plug this tracer which is currently not possible. But I am open for PRs here. |
Yes and that's what I'm using. I think allowing custom tracer would be better, as the channel can also contain other logs. |
Progress was made for #2, and demo is here: http://lsp-inspector.surge.sh/ |
Cool! |
This issue was moved to microsoft/language-server-protocol-inspector#1 |
Motivation:
Use cases:
textDocument/completion
CompletionItem
to the response JSONCurrent Implementation:
The UI can be improved, but this just serves as a basis for continued discussion.
The text was updated successfully, but these errors were encountered: