Danny Tuppeny

Results 1795 comments of Danny Tuppeny

I wonder if it'd be better to just advise using `///` if you want this behaviour. I suspect in most locations where this is desired (such as function bodies) it's...

@pouyakary > I have not disabled the semantic tokens, but I have added the support for the TextMate grammar that is accessible to my theme. I'm not sure I understand....

Just tidying up issues... Based on discussions above, it sounds like we don't want to try and parse markdown in double-slash comments, because there could be a lot of false-positive...

Am I right in thinking saving to Gists is not currently supported from Dartpad? I had assumed it was when I logged in, although I can see my gists in...

Doh, I'm not sure how I missed that. I think I only looked in the two "Gist" menus (of which I didn't really understand the difference - though now I...

> It may be better to encourage developers to `flutter pub add` the appropriate packages for their sample? We could, although it does add extra steps - I presume they'd...

That could be a useful feature even outside of this (and perhaps related - a lint for "unused packages"?). If we can't do anything in Dartpad/pub, another option would be...

This issue is basically the opposite of https://github.com/dart-lang/sdk/commit/fc9581d758f537f80435602040ac014f69629f33. The fix for that was to use the constructor dartdoc, but I guess here's no fallback to the class (which I think...

@SamuelGadiel that setting just chooses what level of documentation to show (all, none or the summary). The issue here is that we used to accidentally show the class docs (instead...

Thanks, I can repro this: ![image](https://github.com/Dart-Code/Dart-Code/assets/1078012/32f973a7-dc59-4b9e-b6e4-9c8b83e9fda3) Seems like in the Definition response we return the whole declaration list range and not only the single variable declaration: ```js { "id": 204,...