Netbeans (PHP): How to disable the imposed multi-lines comment syntax?

906

Whenever I want to write a multi-line comment within my PHP files, Netbeans throws some horrible commenting syntax on to my face.

I intend to write this:

/*
    This is a multi-line comment.
    That's how I do it, clear, simple, effective.
*/

But instead Netbeans forces me into having this:

/*
 * This is a multi-line comment.
 * That's what I wanna avoid, it's dirty, stupid, ineffective and ridiculous.
 */

I've tried looking at the different options but couldn't find anything related, even searching for "comment" in the options panel returns 0 results.

Is there any way to disable this horrible thing?

Thanks!

People are also looking for solutions to the problem: php - Provide uploading files, write the file on hard disk, get full path (string) to add in database CakePHP

Source

Didn't find the answer?

Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.

Ask a Question

Write quick answer

Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

Similar questions

Find the answer in similar questions on our website.