How to turn off auto-complete block comments in NetBeans in PHP? -


This question is about PHP only, not for Java .

When I type / * in Netbeans PHP, block comments are completed when typing in this way:

  / ** After typing * * /  

/ * or * / , I really do not want to auto-complete any. I know but I could not find any for PHP. Is it possible to turn off this feature?

Enter image details here

< Apparently this is not possible yet if you are using NetBeans for PHP. This user had a similar question:

As you can see that he submitted a bug report but scrolling down in the provided link reveals that it is still fine for Java Has been done:


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -