-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-quick-fixIssues with analysis server (quick) fixesIssues with analysis server (quick) fixesdevexp-refactoringIssues with analysis server refactoringsIssues with analysis server refactoringstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
This tracker is for issues related to:
- Dart analyzer and linter
Clicking on quick fix then move to file only moves the required imports but doesn't move part 'application_support_directory_provider.g.dart'

Of which the imports and part looks like after moving file (the image has part added manually):
Current behaviour:
import 'dart:io';
import 'package:riverpod_annotation/riverpod_annotation.dart';Expected behaviour:
import 'dart:io';
import 'package:riverpod_annotation/riverpod_annotation.dart';
+part 'application_support_directory_provider.g.dart';- Dart 3.4.0-99.1.beta (beta) (Thu Feb 1 13:40:17 2024 -0800) on "windows_x64"
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-quick-fixIssues with analysis server (quick) fixesIssues with analysis server (quick) fixesdevexp-refactoringIssues with analysis server refactoringsIssues with analysis server refactoringstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)