Skip to content

Configure the hint "comment style" #15

@amadawn

Description

@amadawn

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 :->

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions