omsharp / BetterComments

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

No strike-through for double comments in VB.Net #22

Closed TimboJones closed 7 years ago

TimboJones commented 7 years ago

Installed product versions

Description

Everything works just perfectly fine, even 'x as Comment will strike the comment through. However if I double comment it with '' it just doesn't work. That's rather inconvinient, cause we use that to mark old code and with a double comment we can easily re-insert whole blocks

Steps to recreate

  1. start VB.Net project
  2. press CTRL + K,C twice
  3. nothing happens
  4. replace the second ' with a X
  5. everything happens

Current behavior

Comment is neither gray nor striked through

Expected behavior

Comment should be gray (or whatever I defined the color as) and be striked through

omsharp commented 7 years ago

You have to go to options and enable strike through on double comments. Did you do that?

It's disabled by default

image

TimboJones commented 7 years ago

Aahh thanks a bunch! I thought I did that, maybe I didn't save.

sorry for the issue then!

omsharp commented 7 years ago

Welcome.