Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Other>SectionsNew to Visual Studio Code? Get it now.

Sections

Santiago Forero A

|
67 installs
| (1) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sections in your code

Sections will allow you to create sections in your dart code files and quickly navigate between them.

There are two ways to create a section:

The simple way
/// [section_title]

This will create a new title in the sections in your file window of your visual studio code.

With sub-sections
/// [header/subsection_title]

With this syntax you will create a section that can contain other subsections

Example

example

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft