Answer the question
In order to leave comments, you need to log in
How to align code from string to list in sublime?
I'm parsing someone else's code, and he wrote it in a line, I'll go crazy one by one to lower it, is there some kind of magic for this case?
Answer the question
In order to leave comments, you need to log in
There are 2 options:
1. The developer used a preprocessor and the code was compressed during compilation, then you should look for preprocessor files.
2. The developer just compressed the file before deployment, then you should go to the site
and deminify the code.
There are plugins for converting code from string to list and vice versa. Now, unfortunately, I can’t tell you the name, google it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question