Solidity Language ServerWarning: This project is in the alpha stage of development. Use at your own risk. This project aims to be the universal interface to a growing number of Solidity tools, providing a full-featured and easy to query backend for editors and IDEs that require Solidity specific functionality. solidity-language-server is a language server for Solidity that adheres to the Language Server Protocol (LSP). DemoFeatures
RunningThough the solidity-language-server is built to work with many IDEs and editors, we currently use VSCode to test the solidity-language-server. To run with VSCode, you'll need a recent VSCode version installed. Next, you'll need to run the VSCode extension (for this step, you'll need a recent node installed):
VSCode will open into the solidity-language-server project. From here, click the Debug button on the left-hand side (a bug with a line through it). Next, click the green triangle at the top. This will launch a new instance of VSCode with the solidity-language-server plugin enabled. ContributingAlways feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, we welcome your contributions. In general, all contributions will be done using GitHub’s pull request model. That is, you’ll fork our project, perform the work in a topic branch and then submit a pull request against our master branch. LicenseThis project is made available under the Apache-2 License. |