Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 4.2.0
-
None
Description
With QML thera is a plethora of
} } } }
Maintaining what these are in comments is problematic because they can get shuffled. Instead use whatever feature provides whitespace visualization to provide scope visualization
} // Text } // Column } // Item id:LoginItem } // Item id: screen
Similarly in C++,
} // if (debug) } // while(!file.atEnd()) } // if (file.isOpen()) return lines.count(); } // int readFileHeader(...)
Attachments
Issue Links
- relates to
-
QTCREATORBUG-26970 Support clangd's "inlay hints"
- Reported
-
QTCREATORBUG-8668 Closing namespace should be automatically taggable
- Closed
- replaces
-
QTCREATORBUG-20597 Superimpose context after closing blocks
- Closed