Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Status Bar

This extension adds a status bar entry showing the current number of selected lines. It is positioned on the left-hand-side.

Show number of selected lines

VS Code API References

Below are references to parts of the API used in the code.

vscode module

Contribution Points

Running the Extension

  • Run npm install in 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.