Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzer Feedback from IntelliJ #45628

Open
tiankeyu opened this issue Apr 8, 2021 · 1 comment
Open

Analyzer Feedback from IntelliJ #45628

tiankeyu opened this issue Apr 8, 2021 · 1 comment
Labels
analyzer-plugin area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@tiankeyu
Copy link

tiankeyu commented Apr 8, 2021

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:
- xxxx

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

  • IDEA AI-201.8743.12.41.7199119
  • 2.10.2
  • AI-201.8743.12.41.7199119, JRE 1.8.0_242-release-1644-b3-6915495x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15.6, screens 1440x900, 1920x1080 Retina
@keertip keertip added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Apr 12, 2021
@keertip
Copy link
Contributor

keertip commented Apr 12, 2021

/cc @bwilkerson

@srawlins srawlins added analyzer-plugin P3 A lower priority bug or feature request labels May 25, 2021
@srawlins srawlins added the type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-plugin area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants