Issue
How can I stop Netbeans from automatically inserting asterisks and */
when I press Enter?
Here is a gif I created to illustrate what I'm talking about: src="https://i.stack.imgur.com/rQaFm.gif" alt="enter image description here">
You can see that when I insert a newline character, Netbeans automatically adds spaces and **/
. How do I disable that feature? I looked everywhere in the settings and can't find it.
Edit: Note that I'm not referring to the automatically generated comment block that generates when you enter /**
and press Enter above a function definition.
Solution
This well-known issue has been solved in NetBeans 10.0:
jira: https://issues.apache.org/jira/browse/NETBEANS-947
Answered By - Martin Ille
Answer Checked By - Timothy Miller (JavaFixing Admin)