8000 `Add explicit 'show' combinator` assist doesn't consider part files · Issue #60637 · dart-lang/sdk · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add explicit 'show' combinator assist doesn't consider part files #60637

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

Open
FMorschel opened this issue Apr 29, 2025 · 0 comments
Open

Add explicit 'show' combinator assist doesn't consider part files #60637

FMorschel opened this issue Apr 29, 2025 · 0 comments
Labels
area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-assist Issues with analysis server assists P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@FMorschel
Copy link
Contributor

Repro:

any.dart:

import 'import1.dart' as alias;

part 'part.dart';

alias.MyClass? v;

part.dart:

part of 'any.dart';

alias.MyEnum? e;

When you use the assist, it only adds MyClass to the combinator.

@FMorschel FMorschel added the area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. label Apr 29, 2025
@FMorschel FMorschel changed the title Add explicit 'show' combinator fix doesn't consider part files Add explicit 'show' combinator assist doesn't consider part files Apr 29, 2025
@bwilkerson bwilkerson added P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) devexp-assist Issues with analysis server assists labels Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-devexp For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages. devexp-assist Issues with analysis server assists P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants
0