Solidity IDEs – Best Background Compilation Tools for OSX

mac-osxremixsolidity

Are there yet any Solidity IDEs or editors that

  • Run OSX

  • Allow editing a folder of local Solidity source code files with includes or library support

  • Highlight compiler error as you type them

Please correct me if I am wrong: the browser based IDE works for a simple contract, but breaks down when you need to include multiple contracts that you keep in a version control.

Best Answer

I think you will find a list of the all available IDE in the official doc :

https://solidity.readthedocs.io/en/develop/#available-solidity-integrations

in my experience i think the online Ethereum Studio(based on cloude9 IDE) is quite interesting besides the usage of ATOM and ethereum/solidity plugin.

Related Topic