sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Allow users and/or packages to create custom versions of "Wrap with ..." actions

Open DanTup opened this issue 1 year ago • 9 comments

It doesn't seem like there's an issue specifically for this, but there has been some discussion across various other issues (and PRs like https://github.com/Dart-Code/Dart-Code/pull/4232).

There is a desire to have more options in the "Wrap with..." actions list. Sometimes package-specific widgets, and sometimes widgets that users feel they use a lot. Including all of them in the default list could make it unwieldy (and doesn't handle packages). Perhaps analysis server plugins are the best way to handle this, but they might also be a bit complex for simple uses where a user just wants a simple extra wrap for a widget.

DanTup avatar Jul 17 '24 11:07 DanTup