Skip to content

No completion in 'part'-file after import prefix #25023

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

Closed
alexander-doroshko opened this issue Nov 23, 2015 · 1 comment
Closed

No completion in 'part'-file after import prefix #25023

alexander-doroshko opened this issue Nov 23, 2015 · 1 comment
Assignees
Labels
devexp-completion Issues with the analysis server's code completion feature legacy-area-analyzer Use area-devexp instead. P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@alexander-doroshko
Copy link

Major bug report from WebStorm users.

library test;
import 'dart:html' as html;
part 'main_part.dart';
part of test;

html.<caret>

image

@alexander-doroshko alexander-doroshko added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures legacy-area-analyzer Use area-devexp instead. devexp-completion Issues with the analysis server's code completion feature labels Nov 23, 2015
@zoechi
Copy link
Contributor

zoechi commented Nov 23, 2015

Looks related to #24910 (not about autocompletion but code navigation with prefixes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-completion Issues with the analysis server's code completion feature legacy-area-analyzer Use area-devexp instead. P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

3 participants