0mkara / etheratom

Solidity compilation and Ethereum contract execution interface for hackable atom editor
https://atom.io/packages/etheratom
GNU General Public License v3.0
252 stars 41 forks source link

Integrate YAKINDU Solidity Language Server #222

Open flantony opened 5 years ago

flantony commented 5 years ago

The YAKINDU Solidity language server (https://github.com/Yakindu/solidity-ide) provides some features that are not yet implemented/can be improved.

Most noteworthy:

We could add the YAKINDU language server as an alternative backend or delegate to it for certain protocol aspects.

0mkara commented 5 years ago

@flantony I try to have a look into the YAKINDU Solidity Language Server Integration. I see some extension examples in the GitHub repository. But I find no clue on what package or binary I should install to use the language server. Can you give us some more into on the integration process?