-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failed to handle completion domain request during code analysis #35532
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Comments
May be the same as #35530 |
I'm getting similar from Android Studio 3.3RC3.
Analyzer Feedback from IntelliJ Version information
I've created a very simple class (manually typed, no snippet): class ActionUpdateSecrets {
final User user;
ActionUpdateSecrets(this.user);
@override
String toString() => "ActionUpdateSecrets(uid: ${user.id})";
} Analysis server crashed when I converted the
|
vsmenon
added
the
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
label
Jan 4, 2019
Duplicate of #34208 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Exception from analysis server (running from VSCode / Dart Code)
What I was doing
Adding a new stateless widget to a Dart file using a snippet. Code saved at the point that it crashed here: timsneath/dadjokes@690a4c9
Versions
Analyzer Info
The analyzer was launched using the arguments:
Exception
Failed to handle completion domain request: {id: 2531, method: completion.getSuggestions, params: {file: /Users/timsneath/git/me/dadjokes/lib/newMainPage.dart, offset: 649}}
Diagnostics requested after the error occurred are:
The text was updated successfully, but these errors were encountered: