dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.57k forks source link

Analyzer Feedback from IntelliJ #45628

Open tiankeyu opened 3 years ago

tiankeyu commented 3 years ago

Restarting the Dart Analysis Service function of Android Studio is unstable when customizing Analyzer plugins.

To enable the team to make some rules internally, I rewrote Analyzer plugins and configured the plugin in the analysis_options.yaml file as follows: analyzer: plugins:

However, when a change is completed and the Dart Analysis Service needs to be restarted, it takes a long time and there is no log output. This is not very developer-friendly and makes debugging difficult for developers.

Version information

keertip commented 3 years ago

/cc @bwilkerson