> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parallaxprotocol.org/llms.txt
> Use this file to discover all available pages before exploring further.

# IDEs

When it comes to setting up an [integrated development environment (IDE)↗](https://wikipedia.org/wiki/Integrated_development_environment), programming applications on Parallax is similar to programming any other software project. There are many options to choose from, so at the end of the day, pick the IDE or code editor that best suits your preferences. Most likely the best IDE choice for your Parallax development is the IDE you already use for traditional software development.

## Web-based IDEs

If you're looking to fiddle with code before you set up a local development environment, these web apps are custom-built for Ethereum smart contract development and works with Parallax.

[**Remix↗**](https://remix.ethereum.org/) - *Web-based IDE with built in static analysis, and a test blockchain virtual machine*

* [Docs↗](https://remix-ide.readthedocs.io/en/latest/)
* [Gitter↗](https://gitter.im/ethereum/remix)

[**ChainIDE↗**](https://chainide.com/) - *A cloud-based multi-chain IDE*

* [Docs↗](https://chainide.gitbook.io/chainide-english-1/)
* [Help forum↗](https://forum.chainide.com/)

[**Tenderly Sandbox↗**](https://sandbox.tenderly.co/) - *A fast prototyping environment where you can write, execute, and debug smart contracts in the browser using Solidity and JavaScript*

[**EthFiddle↗**](https://ethfiddle.com/) - *Web-based IDE that lets you write, compile, and debug your smart contract*

* [Gitter↗](https://gitter.im/loomnetwork/ethfiddle)

## Desktop IDEs

Most established IDEs have built plugins to enhance the Parallax development experience. At a minimum, they provide syntax highlighting for smart contract languages.

**Visual Studio Code -** *Professional cross-platform IDE with official Ethereum support*

* [Visual Studio Code↗](https://code.visualstudio.com/)
* [Azure Blockchain Workbench↗](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/microsoft-azure-blockchain.azure-blockchain-workbench?tab=Overview)
* [Code samples↗](https://github.com/Azure-Samples/blockchain/blob/master/blockchain-workbench/application-and-smart-contract-samples/readme.md)
* [GitHub↗](https://github.com/microsoft/vscode)

**Atom -** *A hackable text editor for the 21st Century*

* [Atom↗](https://atom.io/)
* [GitHub↗](https://github.com/atom)
* [Ethereum packages↗](https://atom.io/packages/search?utf8=%E2%9C%93\&q=keyword%3Aethereum\&commit=Search)

**JetBrains IDEs (IntelliJ IDEA, etc.) -** *Essential tools for software developers and teams*

* [JetBrains↗](https://www.jetbrains.com/)
* [GitHub↗](https://github.com/JetBrains)
* [IntelliJ Solidity↗](https://github.com/intellij-solidity/intellij-solidity/)

**Remix Desktop -** *Experience Remix IDE on your local machine*

* [Download↗](https://github.com/ethereum/remix-desktop/releases)
* [GitHub↗](https://github.com/ethereum/remix-desktop)

## Plugins and Extensions

* [solidity↗](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity) - Ethereum Solidity Language for Visual Studio Code
* [Solidity + Hardhat for VS Code↗](https://marketplace.visualstudio.com/items?itemName=NomicFoundation.hardhat-solidity) - Solidity and Hardhat support by the Hardhat team
* [Prettier Solidity↗](https://github.com/prettier-solidity/prettier-plugin-solidity) - Code formatter using prettier

## Further Reading

* [Ethereum IDEs↗](https://www.alchemy.com/list-of/web3-ides-on-ethereum) *- Alchemy's list of Ethereunm IDEs*
