tools
tools copied to clipboard
feat(cli): add lsp_proxy command to support stdin/stdout
Summary
Because Rome is not currently supported stdin/stdout ,so add lsp_prxy
command to support this. Relevant #3420
With this command, most stdio/stdout-dependent editors(nvim
,lapce
...) will be able to access Rome more easily.
Usage
rome lsp_proxy
Lapce support preview
here is the Lapce rome plugin(lapce-rome)
Deploy request for rometools pending review.
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | 3812c4584142306f1a38d14096f1c22b346827aa |
Can you make the necessary changes in
commands/help
to listlsp-proxy
when runningrome --help
and printing a detailed message when runningrome lsp-proxy --help
?
ok, I will change this code in later.
Thank you so much for this contribution. This will help us a great deal when adding support for other editors and I'm looking forward to your lapce extension!