guide/src/getting_started/editor_setup.md
While most popular development environments support Rust, support for certain features like auto-completion and go-to-definition is better in some than others.
For new Rust users we recommend using VS-Code as your editor and IDE for Nannou development. Currently it seems to have the best support for the Rust language including syntax highlighting, auto-complete, code formatting and more. It also comes with an integrated unix terminal and file navigation system. Below are the steps we recommend for getting started with Nannou development using VS-Code.
Here are links to assist with setting up other popular development environments for supporting Rust.