R
R
Rulon Oboevv2017-05-25 17:18:36
Sublime Text
Rulon Oboevv, 2017-05-25 17:18:36

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

2 answer(s)
A
Artur Karapetyan, 2017-05-25
@the_guyfox

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.

R
Rostislav Ignatenko, 2017-05-25
@lepard

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 question

Ask a Question

731 491 924 answers to any question