Skip to content
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

Content Assist: create new method #13029

Closed
danrubel opened this issue Sep 4, 2013 · 8 comments
Closed

Content Assist: create new method #13029

danrubel opened this issue Sep 4, 2013 · 8 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-enhancement A request for a change that isn't a bug

Comments

@danrubel
Copy link

danrubel commented Sep 4, 2013

In the code below, it would be great if the editor offered to create the "onError" function.

import 'dart:io';

void main() {
  Directory dir = new Directory('foo');
  dir.exists().then((exists) {}, onError: onError);
}

@clayberg
Copy link

clayberg commented Sep 4, 2013

Removed Priority-Unassigned label.
Added Priority-Medium label.

@scheglov
Copy link
Contributor

Removed this from the M7 milestone.
Added this to the M8 milestone.

@clayberg
Copy link

Removed this from the M8 milestone.
Added this to the Later milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@sethladd
Copy link
Contributor

Added NotPlanned label.

@stereotype441
Copy link
Member

This is an analysis server issue.


Removed Area-Editor, Oldschool-Milestone-Later labels.
Added Area-Analyzer, Triaged labels.

@scheglov
Copy link
Contributor

@scheglov
Copy link
Contributor

@danrubel danrubel added Type-Enhancement area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Sep 15, 2014
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
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. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

7 participants