Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 457 Bytes

File metadata and controls

18 lines (10 loc) · 457 Bytes

Code Style and Formatting

Formatting JavaScript code can be automated in VisualStudioCode

Step-by-Step Guidelines

  • Click on the source code editor in VisualStudioCode

  • Right click and select Format Documentation option

    FormatDocumentMenu

  • Alternatively , the following shortcuts can also be used ,

    • On Windows Shift + Alt + F
    • On macOS Shift + Option + F
    • On Linux Ctrl + Shift + I