/show-offset

An extension to Visual Studio Code to show character or byte offset in the status bar

Primary LanguageTypeScriptMIT LicenseMIT

README

This extension to Visual Studio Code creates a status bar item on the right displaying the offset of the cursor in the document.

You can set the setting showoffset.offsetType to either character or byte. Default is character.

You can also run the command Showoffset: Go to offset which will navigate your cursor to given offset.

Show Offset