Documentation references are shown instead of the documentation.
See original GitHub issueThe documentation is not shown correctly. Instead, we get the documentation reference.
For example, I want to know what TextField.autofillHints
does. When I put the caret on top of some identifier and press Ctrl-Q
, it should show the documentation. Instead, I get this:
{Iterable<String>? autofillHints}
Type: Iterable<String>?
{@macro flutter.widgets.editableText.autofillHints}
{@macro flutter.services.AutofillConfiguration.autofillHints}
This basically forces us to search the internet for the documentation, defeating its purpose.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (10 by maintainers)
Top Results From Across the Web
Chapter 11: A guide to Reference and Documentation
The documentation includes author, title, and publication information for general references to a work.
Read more >How to Document Information: Creating a Reference List
Use these formats when citing authors in a reference list. Surnames are listed first, followed by a comma and the author's initials. Single ......
Read more >Add or change sources, citations, and bibliographies
To add a citation to your document, first add the source you used. On the References tab, click the arrow next to Bibliography...
Read more >Why was this reference out of order? - LaTeX Stack Exchange
The solution is to simply force the editor to compile the bibliography, then compile the main document in the usual manner. It may...
Read more >Citations and References: Documenting your Sources
A reference gives the readers details about the source so that they have a good understanding of what kind of source it is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@marcglasberg It looks like you are using Flutter v2.2.3, which is old. I suspect the problem is fixed in more recent SDKs.
@marcglasberg That’s a really good question; I wish it had a simple answer. If you don’t know how something is implemented it is hard to know where to file issues. The Flutter plugin adds support for Flutter-specific features, but relies on the Dart plugin for everything specific to the Dart language. The Dart plugin was created by JetBrains, so that’s why Dart issues go in the JetBrains issue tracker. However, @alexander-doroshko at JetBrains is also really good at keeping tabs on issues filed here, so issues usually get moved around as needed. It is easy for us to move issues between Github repositories. The two most frequent destinations are
dart-lang/sdk
for Dart analyzer issues andflutter/fluter
for Flutter SDK issues. It would be nice if there was an easy way to move issues to the JetBrains tracker, too.The simple approach is to file issues here and let us figure out where they belong. Perhaps @devoncarew would have some insight here.