Closed
Description
Reproduction steps:
Example project: https://github.com/JFixby/DartImportsExample
class B located in the project_a/lib/folderB1/class_b_file.dart
class D located in the project_d/lib/class_d_depends_on_b.dart
content:
class D {
B instanceOfB = new B();
}
What was done
open suggestions
What is expected
to see proposal to add import 'package:project_a/folderB1/class_b_file.dart';
What is actually happening
no suggestions
has to do a manual import instead
Setup
IDEA version: community 2017.2
Dart plugin: 172.3317.48