Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mark Meta CommentsNew to Visual Studio Code? Get it now.
Mark Meta Comments

Mark Meta Comments

everdrone

|
1,890 installs
| (3) | Free
Highlighter for XCode style "Mark" separator comments.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mark Meta Comments

This extension emulates XCode's // MARK: - comment decorations.

A MARK comment separating one section of code from the next.

Theme: Sequoia Moonlight

Installation

Install it from the VSCode Marketplace

Usage

Just write // MARK: Foo or to get a regular mark comment (without the horizontal separator) or // MARK: - Foo to get the horizontal separator.

Any other word or combination of words can be put instead of MARK, like

// SECTION: - Foo

// SEE ALSO: - Bar

# PYTHON COMMENTS: - Also work!

#pragma mark - Foo

// pragma mark - Bar

Todo:

  • [x] Allow # comments
  • [ ] Add minimap decorators
  • [ ] Add "Go To Symbol" feature

Contributing

Found a bug? Want a feature?

Feel free to open a new GitHub issue or start a new Pull Request!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft