Is there easy way to convert tabs to spaces in phpStorm? At the moment I use regex replacing \t->\s\s\s\s and was wondering if there is easy way to do this, since I work with magento and extension developers have never heard of coding standarts, 100 files with tabs...
In IntelliJ IDEA, to convert existing tabs to spaces or vice versa, use File → Edit → Convert Indents → To Spaces (or To Tabs). The Reformat code shortcut Ctrl + Alt + L will also do this, while applying other changes.
ctrl + shift + A => open pop window to select options, select to spaces to convert all tabs as space, or to tab to convert all spaces as tab.
I assume you are talking about indents (leading spaces). If so:
For this you need to open such file and select text you want to process.
Alternatively: you can process a bunch of files at once via "Code | Reformat Code..."
(will be done accordingly to your Code Style).. but that will do actual full reformat, which may not be desirable in some cases (e.g. limited formatting rules; or rules do not fork as you need (limited options; edge cases); or whatever).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With