Skip to content

Setting up your Development Environment

Aptos Move is fully supported on the two most popular IDEs for software development: VSCode and IntelliJ IDEA.

Both of them have multiple extensions and plugins that support basic features like syntax highlighting and error messages, though they differ in their additional features. Whatever IDE you choose, you'll need to use the terminal to run your programs.

VSCode

IntelliJ IDEA

GitHub CodeSpaces

The Web-based IDE from GitHub can be run right in the browser and provides almost a full-featured VSCode experience.


Once you're done setting up your development environment, you can start writing smart contracts.