5 ms·
I like seeing devs embrace native frameworks. Electron apps just do UI so differently that its just a pain to use. For example dragging a file tab out of vs cod
by nih0 5y ago
I like seeing devs embrace native frameworks. Electron apps just do UI so differently that its just a pain to use. For example dragging a file tab out of vs code doesnt create a new window like every other editor.
- wayneftw 5y agoJust because it's not implemented yet doesn't mean it can't be implemented. Electron can do anything a native app can because it is a native app itself. Anyway, you can do it without dragging which is actually even better. Just do Ctrl+K, O or on a Mac Cmd+K, O. You can track when this feature is implemented here - https://github.com/microsoft/vscode/issues/8171 https://github.com/microsoft/vscode/issues/8171
- egypturnash 5y ago"you can do this thing in a completely different way than the native OS trains you to expect to do it, actually this is even better!"
- wayneftw 5y agoPfffft. Yeah, imagine using the mouse more than the keyboard for a coding tool though?
- egypturnash 5y agoit's an art program ffs
- wayneftw 5y agoNo, VS Code is a coding tool.