Number 3434
Number 3434
@dibarbet Okay, I've reattached it, and given a link to the original issue in Dart.
To answer your questions: ## Unimported Type Completion These could be shown as usual (i.e. override the signature). ## Overloads I have opened an issue in the VSCode repo about...
> Happy to leave this open to collect 👍 's to gauge interest though. Maybe there should be a label for this? E.g. `awaiting-votes`? Also ideally there would be a...
Okay, thanks! Also, would it be possible to show the first part of the declaration in the preview? For example, in your example above, could you show var b?
This would be very useful for me, as I'm using Unity, and I regularly need to figure out how something is implemented.
I'm experiencing something similar - specifically, Intellisense suggestions are prioritising types over fields, properties, locals, and parameters. If I type the **entire** name, I get suggestions for it, but I...
> Implement the Type Hierarchy provider! What does that do? Does it provide CodeLens?
Okay, but I would still prefer a CodeLens as well, since I'm after a visual indication without having to use the hover.
Related: - #4925
Usually this error occurs if a [widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) expects [`ParentData`](https://api.flutter.dev/flutter/rendering/ParentData-class.html) of [`BoxParentData`](https://api.flutter.dev/flutter/rendering/BoxParentData-class.html) and instead got [`FlexParentData`](https://api.flutter.dev/flutter/rendering/FlexParentData-class.html) (or vice versa). Usually this can be fixed by inserting an [`Expanded`](https://api.flutter.dev/flutter/widgets/Expanded-class.html) widget in the...