Hi,
Feature to clearing comments from php code was removed (in php formatter) ? Correct me if I'm wrong.. Thanks
rapidphp 2018 - clearing comments from php code
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: rapidphp 2018 - clearing comments from php code
Yes, that was removed. Unlike JS/CSS code, PHP code is server-side and already safe from the eyes of the public, so removing comments doesn't really make sense.
The legacy PHP formatter exists, you can right click menu -> Customize -> Commands -> PHP and drag the legacy PHP formatter action to the menu. Note that the legacy formatter does not support PHP7, and has some issues even with PHP5, which is why it will be dropped eventually.
The legacy PHP formatter exists, you can right click menu -> Customize -> Commands -> PHP and drag the legacy PHP formatter action to the menu. Note that the legacy formatter does not support PHP7, and has some issues even with PHP5, which is why it will be dropped eventually.
Blumentals Software Programmer
Re: rapidphp 2018 - clearing comments from php code
ok, thanks for the clarification