Editor: after you comment a line (ctrl + / ), advance cursor to next line
                
                Completed
            - this allows the user to quickly comment a group of lines with minimal keystrokes... ex: pow-pow-pow, 3 lines commented
 - there not much reason to keep the cursor where it is -- we know the user wants this line commented so why keep the cursor there? Chances are they might want a neighboring line commented more than adding to the existing line which is now commented
 - this is the practice of some advanced IDEs (ex: WebStorm)
 - same should go for un-commenting lines
 
                                                                    
            
            
            I like this idea        
                                 
            
resolved in 4.1.0
resolved in 4.1.0
Replies have been locked on this page!