-
Notifications
You must be signed in to change notification settings - Fork 30
New Project Proposal - Solidity plugin for Intellij #38
Comments
Hi @splix. For Windows, enter the filetypes folder at .WebstormXXXX.X\config\filetypes and add the Solidity.xml file to it. If there is no filtetypes folder inside the config folder, create it. I found this solution after reading this issue. |
I have begun working on this with help from the @rootstock team. Expect some updates on it soon. Send me an email if you want to know more. |
Hey! I also started some work recently: You can check it out here, it's mostly a basic syntax highlighting: |
@federicobond Hopefully, this is a plugin you mentioned or else we have a third one :) https://github.com/LogvinovLeon/intellij-solidity by @LogvinovLeon |
Yes. I started working on that a couple of days ago because I didn't find the previous ones. |
Both our plugins are published :) Moreover, on the same day. |
Are you waiting for approval? |
Let's continue this discussion on gitter of your project |
To all folks visiting this issue: |
Awesome, thanks guys! |
Cool, I was just starting to work on something more ambitious. I would like to implement the interfaces to support automated refactoring and code intelligence. Happy to contribute to your plugin! |
I just invited you to the organization @federicobond |
Hey guys, I'm an eclipse guy and new to IntelliJ but I just installed it and imported the IntelliJ-Solidity plugin but have no idea how to associate it to a project or even what kind of project I should be creating. Any ideas? |
Hey, @biguls! You don't need any special kind of project. The |
It shows "Exception in unknown plugin" !! |
Hey, @Rakesh-Saini! Can you describe the problem in more details? |
Well am totally new to solidity..(just a beginner) |
@Rakesh-Saini, it's very hard to say what's happened given only this message. It seems like the problem you're experiencing might not be related to the plugin. |
IntelliJ IDEA is second most popular IDE for JVM (have 44% share, after Eclipse 48%). Also it's popular on other platforms and have special versions for developers on Python, PHP, Ruby and C/C++. Many of ETC Dapp developers are using this IDE.
But currently it doesn't have a plugin for Solidity, check there https://plugins.jetbrains.com/search/index?search=solidity
I think it's important to create a basic plugin, for a minimal version it will be enough to have:
ETC community & Dapp developers will appreciate if anyone will start this plugin. There're many open source examples of similar plugins. This is for Dart, for example: https://github.com/JetBrains/intellij-plugins/tree/master/Dart
The text was updated successfully, but these errors were encountered: