Remove comments using IntelliJ

Remove source file comments using IntelliJ

Remove source file comments using IntelliJ You can use the “Replace” (or “Replace in Path” if you want to remove comments in multiple files) in the regular expression mode and then use this regular expression in the “Text to find” field: (/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/|[ \t]*//.*) and replace it with an empty string. Then... [Read More]
Tags: code, dataType

Setting Intellij

Useful setting for Intellij

Useful setting for Intellij 1 In Editor > Code Style > PHP All blank lines set to 1 In Other tab, set Align key-value to true
Tags: useful, setting, intellij_idea