December 2019
Beginner to intermediate
770 pages
16h 14m
English
Visual Studio Code provides out-of-the-box commands for text selection and professional editing in the Edit menu. The Edit menu also includes Toggle Line Comment (Ctrl + U), which adds a line comment for the selected line. This means that if you select 10 lines of code, Visual Studio Code will add 10 comment lines. The beauty of this command is that it works in reverse as well. If you select the 10 commented lines and press Toggle Line Comment, the comments will be magically removed.
For developers working with CSIDE, the old legacy language for on-premises Dynamics 365 Business Central, this command is the equivalent of Comment Selection (Shift + Ctrl + K) and Uncomment Selection (Shift + Ctrl + O).
Read now
Unlock full access