1

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!

Community
  • 4,922
  • 7
  • 25
  • 37
  • I'm following this, some times it drives me crazy – Emilio Gort Aug 10 '13 at 16:28
  • https://netbeans.org/bugzilla/show_bug.cgi?id=230814 It will be possible in JAVA from 7.4, so maybe this functionality will also be present in PHP. – dev-null-dweller Aug 10 '13 at 16:45
  • More on this here: http://stackoverflow.com/questions/16911372/how-to-do-multi-line-comments-in-netbeans-without-auto-docblock-formatting - also, please enter a comment and add a vote on the netbeans bug link posted above, so we can hopefully encourage them to fix this sooner rather than later – Manachi Dec 21 '14 at 08:30

0 Answers0