This extension adds a status bar entry showing the current number of selected lines. It is positioned on the left-hand-side.
Below are references to parts of the API used in the code.
commands.registerCommandwindow.createStatusBarItemwindow.activeTextEditorwindow.onDidChangeActiveTextEditorwindow.onDidChangeTextEditorSelection
- Run
npm installin terminal to install dependencies. - Press F5 to run the "Launch Extension" Debug Configuration. This will run the extension in a new VS Code window.
- The status bar item will be visible as soon as the extension is loaded.
