Skip to content

intellij-solidity/intellij-solidity

Repository files navigation

Solidity plugin for IntelliJ

Build Status JetBrains plugins codecov Discord

Plugin logo

Features

  • Syntax highlighting
  • Code completion
  • File templates
  • Goto declaration
  • Find usages
  • Code formatting
  • Forge test runner with gutter icons for running tests in *.t.sol files

Supporting the plugin

You can support the development by sponsoring the plugin on Github ❤️, or even by simply clicking ★ on GitHub and rating it on the plugin page.

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

Community

Join our discord community.

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.