omsharp / BetterComments

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

Add support for leading white space before keywords #23

Closed chyde closed 6 years ago

chyde commented 6 years ago

My company's standard for comments makes keywords not work as expected:

// NOTE: this does not highlight as expected if the keyword is defined without a leading space like // this " note" // TODO: does not work even with a leading space in the keyword definition, like " todo" //note: this comment highlighting should function the same as // note: this comment's.

omsharp commented 6 years ago

Solved in v2.2