You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2022. It is now read-only.
Displaying the current line and column number in a status bar is a basic feature in almost all text editors (and a required feature in code editors). This allows properly formatting documents, checking indentations, etc.
Ideally, when text is selected, the number of lines and columns currently selected should be displayed too.
Please add line and column display to both the "plain" and "code" editors.