itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
87 stars 25 forks source link

Publish language server to npm #226

Open fspiekermann opened 5 years ago

fspiekermann commented 5 years ago

In order to port the Language Server to other IDEs, it would be helpful if it could be downloaded as a complete package. Currently I am trying to integrate yakindu solidity into a Web IDE, Theia, and then bundle it into a Docker image. If the Language Server could be loaded the building process could be optimized.

nyssen commented 5 years ago

What do you have in mind here? I only found https://github.com/shannah/jdeploy w.r.t. publishing java-based apps via npm.