Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Sublime MarkNew to Visual Studio Code? Get it now.
Sublime Mark

Sublime Mark

dreamfliper

|
1,895 installs
| (1) | Free
The marking system from Sublime Text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Sublime Mark

The marking system from Sublime Text.

Feature

preview

The marking system in Sublime Text is a light version compared to Vim’s, but with two differences:

  • There’s only one set of marks at a time. After you assign a new mark, the old one will be gone.
  • Marks are volatile. It vanished when the window closed. #1

Todo

  • [x] Set Mark
  • [x] Swap to Mark
  • [x] Support for Multi-Cursor
  • [x] Select to Mark
  • [ ] Delete to Mark

Motivation

In my opinion, this is a mid-range navigation tool. It has a smaller scale than Bookmark and bigger than Jumpy. The bookmark system could cover the whole project, while Jumpy only covers a few lines. I use this plugin to jump in a single file. It doesn’t have to manage because of the one-set limitation, making it easier to use after a long time of usage.

[#1] The marks will still be there if you directly close Sublime Text and reopen it, but it will disappear after you close the file tab. For now, this version of implementation will always disappear in either way.

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