Workbench
Workbench copied to clipboard
Add shortcut to remove a single line at cursor position
Builder uses Ctrl + D for this.
Why not, should be pretty easy to do if you want to give it a try.
However, something else I thought of is to let users use their own code editor. Workbench would simply watch the file and update preview on file changes.
WDYT?
However, something else I thought of is to let users use their own code editor. Workbench would simply watch the file and update preview on file changes.
This would probably be a good option to have. I literally have a folder with various UI and CSS files, so I could use Builder just fine to edit those file and then use Workbench to preview them. But I'd still use the built-in editor for some more quick prototyping, where I don't even need to save them to a file.
I have a WIP for this but I don't have time to work on it. https://github.com/sonnyp/Workbench/pull/163
Should be really straightforward to cleanup and submit a PR just for delete_line