diff --git a/_includes/setup/editor-setup.md b/_includes/setup/editor-setup.md index 15478afacbd..d95ab2ac1a6 100644 --- a/_includes/setup/editor-setup.md +++ b/_includes/setup/editor-setup.md @@ -3,6 +3,6 @@ Using the `flutter` command-line tools, you can use any editor to develop Flutter applications. Type `flutter help` at a prompt to view the available tools. -We recommend using our IntelliJ plug-ins for a [rich IDE experience](/using-ide/) -supporting editing, running, and debugging Flutter apps. See [IDE Setup](/ide-setup/) +We recommend using our plug-ins for a [rich IDE experience](/using-ide/) +supporting editing, running, and debugging Flutter apps. See [Editor Setup](/get-started/editor/) for detailed steps. diff --git a/_includes/setup/get-sdk-win.md b/_includes/setup/get-sdk-win.md index 9b5fc06d989..3cb67ec428a 100644 --- a/_includes/setup/get-sdk-win.md +++ b/_includes/setup/get-sdk-win.md @@ -54,7 +54,7 @@ itself. Subsequent runs should be much faster. The following sections describe how to perform these tasks and finish the setup process. You'll see in `flutter doctor` output that if you choose to use an IDE, plugins -are available for IntelliJ IDEA. See [IntelliJ Setup](/ide-setup/) +are available for IntelliJ IDEA, Android Studio, and VS Code. See [Editor Setup](/get-started/editor/) for the steps to install the Flutter and Dart plugins. Once you have installed any missing dependencies, run the `flutter doctor` command again to diff --git a/_includes/setup/get-sdk.md b/_includes/setup/get-sdk.md index 728ab89f505..5aed7ff6f1c 100644 --- a/_includes/setup/get-sdk.md +++ b/_includes/setup/get-sdk.md @@ -47,7 +47,7 @@ itself. Subsequent runs should be much faster. The following sections describe how to perform these tasks and finish the setup process. You'll see in `flutter doctor` output that if you choose to use an IDE, plugins -are available for IntelliJ IDEA. See [IntelliJ Setup](/ide-setup/) +are available for IntelliJ IDEA, Android Studio, and VS Code. See [Editor Setup](/get-started/editor/) for the steps to install the Flutter and Dart plugins. Once you have installed any missing dependencies, run the `flutter doctor` command again to diff --git a/_includes/setup/path-mac-linux.md b/_includes/setup/path-mac-linux.md index f6f7372abd5..4bd5bc4fb7b 100644 --- a/_includes/setup/path-mac-linux.md +++ b/_includes/setup/path-mac-linux.md @@ -8,7 +8,7 @@ The steps for modifying this variable permanently for all terminal sessions are Typically you add a line to a file that is executed whenever you open a new window. For example: -1. Determine the directory where you cloned Flutter's git repo. You will +1. Determine the directory where you placed the Flutter SDK. You will need this in Step 3. 2. Open (or create) `$HOME/.bash_profile`. The file path and filename might be different on your machine. diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 184f455c4fb..96aabde86af 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -3,10 +3,11 @@