Is there a way to easily/automatically split structured text (eg.JSON) into smaller single files. Failing that, is there a “Save Selected Text” plugin floating around?
This would save me a ton of time.
Is there a way to easily/automatically split structured text (eg.JSON) into smaller single files. Failing that, is there a “Save Selected Text” plugin floating around?
This would save me a ton of time.
Ha! Just checked back to see if anyone was listening… Awesome, I’ll check it out…
UPDATE: Can’t seem to install on 3 from Package Install, what am I doing wrong?
Ahh, yes it needs to be included in the Package Control Channel. Let me check
github.com/wbond/package_contro … /pull/3213
Can’t seem to edit the key-bindings to ive this one a shortcut…
tried…
{ "keys": "super+shift+s"], "command": "Copy_To_New_Files" }
to no avail… help?
Excellent. Took me a while (total newbie) to stop hunting for a file called “Commands.sublime-commands” on my hard disk and look at the source for your package. Now all good!
I wonder if a mechanism to automatically split text into multiple files based on a regex pattern might be beneficial to anyone else… ie…
course, I have no idea how to do that… hint, hint
Its easy… just requires time… take a look to the current approach github.com/SublimeText/Selectio … Package.py
(hint hint)