How to stop NetBeans from Suggesting Variable Names?
        Posted  
        
            by Hai Vu
        on Super User
        
        See other posts from Super User
        
            or by Hai Vu
        
        
        
        Published on 2010-04-14T13:30:06Z
        Indexed on 
            2010/04/14
            13:33 UTC
        
        
        Read the original article
        Hit count: 485
        
I love NetBeans and its auto-completion features. However, I wish the IDE stops suggesting variable names. For example, when I type "bool myVar" and a space, I ended up with "bool myVarB". The extra "B" suffix drives me nut. How can I turn off this behavior? I appreciate your help.
© Super User or respective owner