omsharp / BetterComments

A Visual Studio extension for better comments.
Other
70 stars 28 forks source link

[Feature Request] Customize keywords #20

Closed Angelinsky7 closed 7 years ago

Angelinsky7 commented 7 years ago

It would be great if it was possible to customize the 4 different keyword... Like for example :

! => note
? => question
todo => todo
x => suppress

if we could have a new tab in the options to change them... Thanks in advance

omsharp commented 7 years ago

Sorry, I don't get what you mean exactly!

Could you elaborate more please? Is it customizing the token itself? or just the name?

Angelinsky7 commented 7 years ago

Sorry, I would like to customize the token, not use "!" but "Note" (Case ignored) instead.... Because "!" is not in my good practise but "note(username): some random texte" is..

i also use todo(username): a todo text and question(username): ask a question etc.... and the todo part is working great.

P.S: you can completly ignore the (username) part, it was just here for you to see what i was talking about

So the proposition would be to add, in the option, a panel where we could configure these 4 tokens, with the default values as the actuel token (!, ?, X, NOTE) like that every devs can use it like he wants.

omsharp commented 7 years ago

Thanks for the elaborations. Now I see what you mean, and it's pretty much something I had in mind since the start of the project, just didn't get the time to work on it. Hopefully will do soon.

omsharp commented 7 years ago

The ability to use custom keywords are now available, as of V2.1.