Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/intellij-solidity/intellij-solidity
- Owner: intellij-solidity
- License: mit
- Created: 2017-02-21T13:26:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T05:43:33.000Z (about 2 months ago)
- Last Synced: 2024-09-26T05:22:09.282Z (about 1 month ago)
- Topics: blockchain, ethereum, evm, hacktoberfest, intellij, intellij-plugin, solidity
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/9475-intellij-solidity
- Size: 4.87 MB
- Stars: 1,072
- Watchers: 24
- Forks: 89
- Open Issues: 63
-
Metadata Files:
- Readme: README.adoc
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - intellij-solidity - Solidity plugin for IntelliJ (Libraries)
- awesome-solidity - intellij-solidity - Solidity plugin for IntelliJ. (Editor Plugins)
- awesome-solidity - intellij-solidity - Solidity plugin for IntelliJ. (Editor Plugins)
- awesome-web3-tools-and-dapps - IntelliJ Solidity Plugin - This Solidity plugin is well-liked for writing, testing, fixing issues, and launching smart contracts. (dApps directory / Web3 IDEs)
- awesome-solidity - intellij-solidity - Solidity plugin for IntelliJ. (Editor Plugins)
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].