Closed
Description
Dart SDK 2.0, 2.1-dev
Code completion powered by the Analysis Server: the list of names for named parameters is suggested where it is not applicable. I believe no code completion items should be here. Example from Flutter project:
import 'package:flutter/material.dart';
Widget main() {
return AppBar (
elevation: 0<caret>,
);
}