Danny Tuppeny

Results 1798 comments of Danny Tuppeny

I'm cleaning up the issue tracker and closing some issues that are unlikely to be fixed/implemented in the foreseeable future. Since we can't resolve this issue without changes to VS...

@matanlurey the issue you noted above (https://github.com/flutter/flutter/issues/157819) is resolved - does that mean this is too, or is there still work to do? (I'm asking because https://github.com/Dart-Code/Dart-Code/issues/3948 was marked as...

This also seems in some ways related to https://github.com/dart-lang/test/issues/1749 (in that both solutions may involve IOOverrides), so it may make sense to tackle them together,

Most users wouldn't see this change because these are legacy snippets and snippets now come from the server - see my comment at https://github.com/Dart-Code/Dart-Code/pull/4691#issuecomment-1686460165. I think if we do this,...

I'd like to understand the issue this tries to solve before adding this. It's not clear to me why this is needed - excluding folders seems like it will prevent...

Thanks for the PR! The changes you've made are related to allowing existing code actions to be accessed from the Flutter Outline view and do not provide an additional refactor....

I think we should capture the requests here in a proper SDK issue, since this PR won't be merged (it doesn't do what was intended) and isn't a very visible...

By the way, I noticed that user-defined snippets in VS Code can use `$TM_SELECTED_TEXT` to wrap a selection. So you can create your own snippets to do this, although they...

This is sort-of a dupe of #3586 which I closed as unplanned. However, it's come up a few times recently (including from @jakemac53) and I think may be worth reconsidering....

@annagrin FWIW, you can disable formatting for an entire project/workspace by running the **Preferences: Open Workspace Settings** command from the palette (`F1`) and setting the `"dart.enableSdkFormatter": false,` setting. This will...