dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 16 forks source link

Distribute language server via npm package #158

Open rvanasa opened 1 year ago

rvanasa commented 1 year ago

This PR exposes the new TypeScript-based language server as an npm package (tentatively named mo-ide) which can be used in place of the original binary which powers the dfx _language-service subcommand.

TODO:

Please leave a comment if you are interested in using the Motoko language server with Vim or Emacs. Thanks!

rvanasa commented 1 year ago

@ggreif, would you be interested in helping me test this language server on Emacs at some point (low priority)?