- 
    
Suggestion
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    Qt Creator 10.0.2
 - 
    None
 
- 
        
 - 
        5cfe69ea1 (master)
 
Now the C++ line comment toggle behavior is inserting or deleting "//" at the column 0 on per line. This is not beautiful some times and more ugly after I paste the commented lines to a postion with intended, see below picture:

So can we insert or delete the "//" at current intended colum or just before the non-empty character? This behavior is more beautiful at most time, and can keep beautiful after pasting. This is also the default behavior of Microsoft's C++ extension in Visual Studio Code. Like this:

This is the related issue I found in qt forum:
[QtCreator - align comments with previous indented line | Qt Forum|https://forum.qt.io/topic/84559/qtcreator-align-comments-with-previous-indented-line]
Thks!