DEV Community

Discussion on: Builtin Solidity Language Server

Collapse
 
neel229 profile image
Neel Modi

Hey Christian, I was recently interested in building and LSP Server for Solidity as well. Could you hook me up with some resources to refer?

Collapse
 
christianparpart profile image
Christian Parpart

Join us on matrix (or gitter). There we can talk more in real-time. My nick there should be "christianparpart" as well. Generally, the first place to look at should be the LSP specification. That's at least what I did.
But instead of creating another LSP, maybe we can collaborate.
Also, keep in mind, we strictly only provide the LSP and most editors / IDEs are fine with this, but some are not, such as VScode. So there's also head-room for projects on top of our LSP natively built into solc.