Number 3434

Results 78 comments of Number 3434

> I'd love this rule. I miss it often, from other linters, haha. Yeah, also you would have to add an ignore comment to ignore this rule :) ```dart //...

The idea is to always show a set number of lines, even if there is no information. This will prevent flickering. For example, if there are no details, the second...

Okay, but I use an extension called [Fold on Open](https://marketplace.visualstudio.com/items?itemName=prantlf.fold-on-open) that folds comments when a file is opened. The only problem is that it also folds block comments, and non-documentation...

Lol, 😂 what's going on with the milestones?

Could there be an option to enable option 2? I really like that you can see all the parameters there.

Okay, I'll leave it for now. It just felt a bit weird that it shows abbreviated parameters, but doesn't currently show the full parameters anywhere.

Sorry, I meant specifically the inline text after the suggestion in the suggest widget. It makes it much quicker to browse, as you can glance at the values, as opposed...

Any updates yet? @srawlins This depends on [Provide offest/lengths for nodes](https://github.com/dart-lang/markdown/issues/369). Could this be fixed easily (and quickly)?

@bwilkerson To clarify, the idea is to parse all possible references in the dartdoc comment with ***blind faith*** (i.e. without checking if they are valid in markdown, only checking if...

Just out of curiosity, once you've found the `[references]` in the dartdoc, how hard is it to get the actual reference path (e.g. `~/path-to-sdk/path-to-int-class#L10`)?