12 Features List
John Breaux edited this page 2022-05-10 19:00:53 -05:00

Keyboard Shortcuts:

Description Keyboard Shortcut
Open Mind Reader Actions Panel Ctrl+Shift+? Ctrl+Shift+?
Edit Keybinds Ctrl+Shift+? K
Get the Scope of the Current Line Ctrl+Shift+? C
Get the Current Line Number Ctrl+Shift+? L
Get the Indentation of a Line Ctrl+Shift+? I
Get the Number of Selected Lines Ctrl+Shift+? N
Get the Number of Leading Spaces on a Line Ctrl+Shift+? S
Select the Leading White Space on the Line Ctrl+Shift+? W
Increase Font Size Shift+Alt+Z =
Decrease Font Size Shift+Alt+Z -
Reset Font Size Shift+Alt+Z 0
Change Theme Ctrl+K Ctrl+T

text.ts:

  • fetchNumberOfLeadingSpaces
  • fetchNumberOfSelectedLines
  • fetchLineNumber
  • fetchLine
  • getNumberOfSelectedLines
  • getLineNumber
  • getIndent
  • getLeadingSpaces
  • selectLeadingWhitespace

lexer.ts:

  • getLeadingSpacesByIndex
  • getLeadingSpacesByArithmetic