Skip to content

dreamfliper/vscode-mark-sublime

Repository files navigation

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

  • Set Mark
  • Swap to Mark
  • Support for Multi-Cursor
  • 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.

About

The mark system which is ported from Sublime Text for VSCode

Resources

License

Stars

Watchers

Forks

Packages

No packages published