5 ms·
For those sorts of things I think it's completely reasonable to drop into emacs, vim or sublime and then just copy paste back into your primary IDE. When it's
by Derander 13y ago
For those sorts of things I think it's completely reasonable to drop into emacs, vim or sublime and then just copy paste back into your primary IDE.
When it's a text editing operation that you're trying to do (as opposed to a defined transformation on valid source) then it makes sense to use a text editor.
I keep emacs and intellij open usually.
- donalmacc 13y agoI usually have the files open in both the IDE and in sublime. Any program worth its salt will be able to cope with me changing in another program and reload the changes.