Navigation Menu

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

Editor suport to run the analyzer with the transformers output #14683

Closed
DartBot opened this issue Oct 31, 2013 · 5 comments
Closed

Editor suport to run the analyzer with the transformers output #14683

DartBot opened this issue Oct 31, 2013 · 5 comments
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@DartBot
Copy link

DartBot commented Oct 31, 2013

This issue was originally filed by si...@gmail.com


When using transformers with pub serve/build, dart files can be created/modified, but these changes are not taken into account by the editor.

It would be great if the editor's analyzer would take as input the transformers output. With this change, everything from the newly generated files will be available for autocomplete and it will avoid editor errors when using generated classes/properties in other files.

For files modified by the transformers it's probably a little bit more difficult, as the analyzer won't be analyzing the file shown in the editor, and some kind of remapping will be needed.

More info on this thread: https://groups.google.com/a/dartlang.org/forum/#!topic/misc/16gaoHywJ4c

@dgrove
Copy link
Contributor

dgrove commented Nov 6, 2013

cc @munificent.
cc @nex3.
Removed Type-Defect label.
Added Type-Enhancement, Area-Analyzer, Triaged labels.

@bwilkerson
Copy link
Member

Added this to the Later milestone.
Removed Priority-Unassigned label.
Added Priority-Medium label.

@kasperl
Copy link

kasperl commented Jul 10, 2014

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

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@DartBot DartBot added Type-Enhancement area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. labels Aug 4, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@bwilkerson
Copy link
Member

I'm guessing that this request is obsolete. Please re-open if I'm wrong.

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. P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

5 participants