Skip to content

Code completion: the list of names for named parameters is suggested where it is not applicable #34672

Closed
@alexander-doroshko

Description

@alexander-doroshko

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>,
  );
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work ondevexp-completionIssues with the analysis server's code completion featurelegacy-area-analyzerUse area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions