Discussion:
[dart-misc] Dart and intellij 1.5
Adam Lofts
2015-11-05 10:39:43 UTC
Permalink
Hey all. Will I need to purchase Intellij 1.5 to get new developer goodness
in dart or am I OK to stick with 1.4? One feature I am particularly
interesting in seeing is the code linting for variable names.

A
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Alexander Doroshko
2015-11-05 11:18:22 UTC
Permalink
All new features and fixes are available only in the latest version of
the Dart plugin, which is bundled in WebStorm 11
<https://www.jetbrains.com/webstorm/> and can be installed to IntelliJ
IDEA 15 <https://www.jetbrains.com/idea/> and other JetBrains' IDEs
<http://blog.jetbrains.com/blog/2015/11/02/jetbrains-toolbox-launches-with-simultaneous-updates-for-all-desktop-products/>
(except R#) released on Nov 2nd.
Note that all Dart plugin features except debugging in browser work in a
free and open-source IntelliJ IDEA Community Edition
<https://www.jetbrains.com/idea/>.
Post by Adam Lofts
Hey all. Will I need to purchase Intellij 1.5 to get new developer
goodness in dart or am I OK to stick with 1.4? One feature I am
particularly interesting in seeing is the code linting for variable
names.
A
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...