-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
bracketeer currently shows its hints using C-style comments (i.e. /* some hint */). This wastes 3 spaces at the end of the hint (which count towards the maximum hint limit). It also looks out of place when every other actual comment in the file uses C++ style comments (i.e. // some comment).
Thus it would be really nice if it were possible to configure bracketeer to use C++ style comments, instead of C style comments. It would be even better if bracketeer defaulted to C++ style comments for C++ files (i.e. .cpp, .cc and.hpp).
Edit:
BTW, I just noticed that the icon on the bracketeer toolbar button that is used to enable/disable hints shows a C++ style comment, rather than a C style comment :->
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels