So, I programmed in C ++ with Eclipse and had the habit of pressing enter to skip parentheses (anyone who has ever used an eclipse probably knows what I'm talking about).
I recently started learning Java and decided to use NetBeans, mainly because of the much simpler interface.
However, I would like to know if there is a way to skip (), [], <> and "" for login in the same way as in Eclipse in NetBeans.
Thanks.
nunos source share