Danny Tuppeny

Results 1795 comments of Danny Tuppeny

Ah, ok - in the original screenshot it didn't show Flutter/Dart versions in the status bar, but your latest one does. Are you using the LSP preview mode (`"dart.previewLsp": true`...

I think this is a bug that it doesn't work for LSP (eg. when you have `"dart.previewLsp": true` in settings). Since the goal is to move everything to LSP, this...

@bwilkerson since I can't add screenshots to Gerrit, here's how this looks with https://dart-review.googlesource.com/c/sdk/+/264002. I may look at adding the type arguments to the class names on the nodes (I...

> Actual type arguments might be informative. By "actual" do you mean those actually used in the declaration of the "parent" node (eg. `List` and not just `List`)? I originally...

> I don't remember that CL exactly; does it make use of `ElementLocation`? You may not have seen it - it was related to trying to fix potential inconsistencies in...

> On the other hand, I can't find anywhere to convert an `ElementLocation` back into an element, so it looks like the support is incomplete at this point. I'll have...

Can you clarify what's being asked for here - is it clicking on the `@macro foo` part to jump to the macro definition? The description above also says "the mouseover...

Thanks for the suggestion - I really like this! Not being able to easily navigate to some types has come up a few times and it's good to see another...

This is slightly related to https://github.com/microsoft/vscode/issues/150702, so will wait for a response on that before trying to improve anything here.

@shujaatak it's not possible to add semantic tokens here, as this text is not part of the document and not included in semantic tokens requests. However, there is an existing...