I can definitely use "//" to comment every line, but was wondering if there was a way to do avoid doing this.
Asked
Active
Viewed 6,593 times
2 Answers
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
-
Thanks for that information. Definitely going to upvote. – Beverly Ukandu Jul 13 '20 at 02:41
-
This seems to be the most voted on instance of this feature request: https://feedback.azure.com/d365community/idea/e6224411-ed24-ec11-b6e6-000d3a4f0da0 – Drew Noakes May 25 '22 at 05:04
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
-
1Yes. But in Kusto or Azure Data Explorer, you cannot do that at this time. This can only be done in VS or VS Code. – Beverly Ukandu Sep 28 '21 at 19:22
-
2
-
1As of March 2023, I can use Ctrl+/ on the Web UI to comment and uncomment line(s). – Anton Mar 31 '23 at 07:16