Replies: 1 comment
-
If you have some editor installed, where Metals works, you can create a (Also I tired to convert this into a discussion but failed) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear authors of Metals,
Hi,
I am trying to port Metals into
multilspy
, which is a Python client for LSPs (instead of IDEs).https://github.com/microsoft/multilspy
I am having trouble with implementing the
completion
function, and I suspect that the problem is using the wrong initialization parameters (initialize_params.json
for JSON-RPC protocol).Is there a JSON-formatted inititialize_params I can use?
Beta Was this translation helpful? Give feedback.
All reactions