question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation references are shown instead of the documentation.

See original GitHub issue

The 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:closed
  • Created 2 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
stevemessickcommented, Aug 16, 2021

@marcglasberg It looks like you are using Flutter v2.2.3, which is old. I suspect the problem is fixed in more recent SDKs.

1reaction
stevemessickcommented, Jul 30, 2021

@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 and flutter/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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found