For ease of testing out new code, (dropping in and out new code quickly without doing massive deletes), would it be possible to create a function to highlight a block of code, right-click, and "inactivate" multiple lines of code?
Probably evidence of an inexperienced coder, but I think it would safe time not having to comment out (or delete the "//" to add back) large blocks of code line by line.
    
    
    
    
    Probably evidence of an inexperienced coder, but I think it would safe time not having to comment out (or delete the "//" to add back) large blocks of code line by line.
        Rename
    
        It's a built in feature of the Editor which corresponds with Visual Studio's shortcut.
1. To comment a selected block, strike Ctrl-E first, then quickly type C.
2. To uncomment a selected block, strike Ctrl-E first, then quickly type U.
    
1. To comment a selected block, strike Ctrl-E first, then quickly type C.
2. To uncomment a selected block, strike Ctrl-E first, then quickly type U.
        thanks Eugene! Amazing!
    
    
            Your Response
            
            Post
        
        
        
    
            Edit Post
            
        
        
        
    
            Login is required