A
A
Andrey Shiryaev2013-06-06 17:53:45
PHP
Andrey Shiryaev, 2013-06-06 17:53:45

Tell me a plugin for phpstorm (or a standalone application) to bulk change the encoding, line endings ...

Suggest plugin for phpstorm (or standalone application) for:

  • Bulk file encoding replacement. Preferably smart: from windows-1251 to UTF-8 or from any to the target.
  • Bulk replacement of line endings (\r\n -> \n etc.),
  • Bulk replacement of tabs with spaces and vice versa. It is also desirable with brains, so that it does not spoil the design of the code.


UPD . Several programs (extensions) that implement these functions are also suitable.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Max, 2013-06-06
@7workers

phpstorm can do all this by itself. Customize code style and "code -> reformat code".

S
strib, 2013-06-07
@strib

iconv+sed

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question