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

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

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
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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 area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. analyzer-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
analyzer-completion Issues with the analysis server's code completion feature area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. 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