intellij-soliditySolidity plugin for IntelliJ
Solidity plugin for IntelliJ
Features
-
Syntax highlighting
-
Code completion
-
File templates
-
Goto declaration
-
Find usages
-
Code formatting
Supporting the plugin
You can support the development by sponsoring the plugin on Github
Reporting an issue
Please attach the screenshot for every issue if possible. It will make the issue much clearer and easier to understand.
Build
./gradlew buildPlugin
Run
./gradlew runIdea
Contribute
Contributions are always welcome!
If you are only starting your way as an Intellij-Plugin developer, feel free to contact us, and we’ll help you with the IDE setup and guide you through the code so that you will be able to make your first contribution and fix that annoying bug that drives you nuts! And then if you are keen, you may dive deeper into the wonderful world of lexers, parsers, types, refactorings and code analysers.
For development documentation, see DEVELOPING.