14

I can definitely use "//" to comment every line, but was wondering if there was a way to do avoid doing this.

Beverly Ukandu
  • 141
  • 1
  • 5

2 Answers2

12

to date (2020-07-10) - that's not supported.

feature requests can be raised/upvoted @ https://aka.ms/adx.uservoice

Yoni L.
  • 22,627
  • 2
  • 29
  • 48
9

The visual studio keyboard shortcut for commenting (Ctrl+K+C) or uncommenting (Ctrl+K+U) multiple lines can be useful if you want to do it quickly. I have tested it on Web UI. Alternatively, if you are a Resharper user, you can also use Ctrl+/

Adeel Ilyas
  • 437
  • 3
  • 11