softshipper
softshipper

Reputation: 34099

Using dart plugin in IntelliJ IDEA 13.1

I started to learn dart language few weeks ago and really enjoy it, such as nice programming language. As IDE i use dart standard editor and don't like this ide at all, because it is slow.

Then i have hear about, that dart plugin exists for IntelliJ IDEA 13.1. I visit Dart plugin download the newest version 138.35 and try to install it, but it fail.

Then i discover on GitHub Dart plugin install instructions and understand only a part of the instructions. Up to section 3.2 was everything fine, i could follow the instructions very well , after section 3.2 i don't understand the instructions anymore, so complicated.

Can somebody explain me in an easy way, how can i install this dart plugin?

Upvotes: 3

Views: 602

Answers (1)

Alexander Doroshko
Alexander Doroshko

Reputation: 1851

GitHub instruction are for those who want to DEVELOP Dart plugin. To USE it open Settings | Plugins in IntelliJ IDEA, click Install JetBrains Plugin, select Dart and click Install Plugin. See some info here. Feedback is welcome in the forum and issue tracker.

Upvotes: 5

Related Questions