-
Notifications
You must be signed in to change notification settings - Fork 5
Home
CursorRuler is a plugin for Sublime Text which marks the current cursor position(s) using dynamic rulers.
-
It can be used for alignment purposes in places where Sublime Text's built-in indent guides aren't able to show up. For example, inside multiple rows of single-line comments or multiple assignment statements across different code blocks.
-
When used alongside line highlighting it creates a crosshair effect which can be a useful visual aid.
-
Use multiple dynamic rulers to create different highlighting styles including a "thickening" effect which can be used to simulate column highlighting.
-
Option to synchronize rulers when using multiple views of the same file.
-
Supports multiple cursors.
-
Toggle activation through the command palette.
-
Compatible with both Sublime Text 2 and Sublime Text 3.
License: MIT