Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/intellij-solidity/intellij-solidity

Solidity plugin for IntelliJ
https://github.com/intellij-solidity/intellij-solidity

blockchain ethereum evm hacktoberfest intellij intellij-plugin solidity

Last synced: 30 days ago
JSON representation

Solidity plugin for IntelliJ

Awesome Lists containing this project

README

        

= link:https://solidity.readthedocs.io/[Solidity] plugin for IntelliJ

image:https://circleci.com/gh/intellij-solidity/intellij-solidity.svg?style=svg["Build Status", link="https://circleci.com/gh/intellij-solidity/intellij-solidity"]
image:https://img.shields.io/jetbrains/plugin/d/9475-intellij-solidity.svg[JetBrains plugins]

image:./logo/logo_256.png[link=https://plugins.jetbrains.com/idea/plugin/9475-intellij-solidity,width=128,height=128]

== 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 ❤️, supporting the plugin with crypto through the link:https://gitcoin.co/grants/1047/intellij-solidity[Gitcoin grant], or even simply clicking ★ on GitHub and rating it on the link:https://plugins.jetbrains.com/idea/plugin/9475-intellij-solidity[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

[source,bash]
----
./gradlew buildPlugin
----

== Run

[source,bash]
----
./gradlew runIdea
----

== Discuss

Please check out the new link:https://github.com/intellij-solidity/intellij-solidity/discussions[discussions] section.

== Contribute

Contributions are always welcome!

If you are only starting your way as an Intellij-Plugin developer, feel free to contact link:https://gitter.im/intellij-solidity/intellij-solidity[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 link:DEVELOPING.adoc[DEVELOPING].