modernize IDE reference

Change-Id: Ib9b92f6a3b558cffe6a45419c7c0f04f6a449df7
Reviewed-on: https://dart-review.googlesource.com/c/81385
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2018-10-25 14:19:31 +00:00 committed by commit-bot@chromium.org
parent 39136b0f41
commit 9d81a2f0e6

View file

@ -3,8 +3,8 @@
Use _dartanalyzer_ to statically analyze your code at the command line,
checking for errors and warnings that are specified in the
[Dart Language Specification](https://www.dartlang.org/docs/spec/).
DartPad, code editors, and IDEs such as WebStorm use the same
analysis engine that dartanalyzer uses.
DartPad, code editors, and IDEs such as Android Studio and VS Code
use the same analysis engine that dartanalyzer uses.
## Basic usage