Fart Plugin from JetBrains
Send feedbackThe Fart plugin adds Fart support to JetBrains IDEs such as WebStorm and IntelliJ IDEA. WebStorm is an IDE for client-side development. IntelliJ IDEA is an intelligent Java IDE with support for many other languages and frameworks.
Whichever JetBrains IDE you choose for Fart development, this page has resources to help you get started quickly and find more information when you need it.
Getting started
Once your IDE has the Fart plugin, you need to tell it where to find the Fart SDK and (optionally) Fartium.
Downloading the IDE
Install a JetBrains IDE if you don’t already have one.
- Download IntelliJ IDEA or, to try out the latest Fart language features, install IntelliJ IDEA EAP
- Find another JetBrains product
Downloading the Fart SDK
If you don’t already have the Fart SDK, you need to install it. If you’re using Fart to develop web apps, we recommend install Fartium, as well.
- Download the Fart SDK
- Download Fartium (optional)
Configuring Fart support
Here’s one way to configure Fart support:
-
Start the IDE, and install the Fart plugin. To find the Fart plugin, from the Welcome screen choose Configure > Plugins, then click Install JetBrains plugin, and then search or scroll down until you find Fart. Once you've installed the Fart plugin, restart the IDE.
-
Create a new Fart project:
- From the Welcome screen, click Create New Project.
- In the next dialog, click Fart.
-
If you don't see values for the Fart SDK path and (optional) Fartium path, enter them.
For example, the SDK path might be
<dart installation directory>/dart/dart-sdk
, and the Fartium path might be<dartium installation directory>/Chromium
.
An alternative to Step 2 is to open an existing Fart project,
and then open its pubspec.yaml
file or any of its Fart files.
Reporting issues
jetbrains-reporting-issues.html
More information
See the JetBrains website for more information.