Home > Software design >  Is there a way to see the size of the current selection in the status bar?
Is there a way to see the size of the current selection in the status bar?

Time:01-31

UltraEdit (which I used before switching to VSC) had a nice feature to display the size of the current selection in the status bar. Example: enter image description here

Is it possible to achieve the same with VSC - either through native functionality or an extension?

CodePudding user response:

I think you can enable this feature by right-clicking your status bar and select "Editor Selection":
1
It will look like this, then:
2

  •  Tags:  
  • Related