Quick-Turn-Studio / CLionSupportForQt

19 stars 0 forks source link

Add ability to comment lines using the `Comment with Line Comment` keybind #26

Closed Wubbzi closed 3 years ago

Wubbzi commented 3 years ago

On Windows ctrl+/ will comment out a single line of code on the caret row or multiple lines if they are selected. It would be great to see this feature implemented in Qt Style Sheet Highlighter

grabusr commented 3 years ago

Hi Inigo,

Today we released Qt Style Sheets Editor. It is still in beta, but has already implemented commenting by pressing Ctrl + /: https://plugins.jetbrains.com/plugin/16405-qt-style-sheets-editor

Wubbzi commented 3 years ago

I appreciate the update - It appears the comments are now working as expected.