srares13 / keyboard-cursors-and-selections

Create arbitrary cursors and selections with the keyboard.
MIT License
5 stars 0 forks source link

Inactive selections visuals #1

Open srares13 opened 1 year ago

srares13 commented 1 year ago

The VS Code Extension API makes it hard to create visuals that distinguish adjacent selections from one another. The workaround was to make the visuals for an inactive selection always having its cursor to the right. This way, it will be known in each situation where an inactive selection starts and where it ends.