Danny Tuppeny

Results 1795 comments of Danny Tuppeny

> https://github.com/Dart-Code/Dart-Code/blob/v3.27.2/src/extension/decorations/closing_labels_decorations.ts#L60-L69 > If this is the right code, we could replace this with a variable, a setting with a string input. That would work today, though the closing labels...

Doesn't sound too complicated :) Though maybe we could do even better? What if you typed: ```dart new TextStyle(fontFamily: ' ``` ... we auto-completed the fonts (assuming the list is...

877 words in a completion list that filters as you type doesn't sound bad; I'm sure we probably have more than that very often in Code. I'm not sure about...

@guidezpl potentially! Although I'm not sure what the workflow would look like. VS Code wouldn't easily know which fonts the users code references (except at the time of - and...

I'm not sure I have any great ideas (at least that aren't VS Code feature suggestions), but some thoughts that might be useful (although only if you specifically know abut...

@timsneath one of the Code team have published an extension that does this for hovers: https://marketplace.visualstudio.com/items?itemName=bierner.docs-view It doesn't support signature info/param hints yet (https://github.com/mattbierner/vscode-docs-view/issues/2), not the documentation from the completion...

Let me know how it goes. We could build that into the extension here (and unlike that extension, we may have more access to the hooks to replace the completion...

😄 Did you get chance to try out the extension above? And/or did any of the notes in https://github.com/Dart-Code/Dart-Code/issues/3953#issuecomment-1123961029 help? I think the most useful improvements are already covered in...

This information doesn't seem to be in either the Flutter or standard Outlines, so would likely need something new in the server. We could do a string regex but it'd...