support some form of fully qualified references in dartdoc documentation #27471
Labels
analyzer-api
Issues that impact the public API of the analyzer package
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
See dart-lang/dartdoc#1153 for more discussion and background.
We'd like to be able to refer to symbols in dartdoc references without having to add imports just for those references. Examples of a fully qualified scheme are
[widgets.Draggable]
or[package:flutter/widgets Draggable]
, but I don't think the exact scheme matters for the purposes of fixing this bug./cc @scheglov @bwilkerson
The text was updated successfully, but these errors were encountered: