jednano / vscode-tabsanity

Arrow-key navigation through soft tabs as if they were hard tabs.
MIT License
12 stars 2 forks source link

Expand selection with shift+home & shift+end doesn't work #6

Closed AdamAndersonFalafelSoftware closed 8 years ago

AdamAndersonFalafelSoftware commented 8 years ago

Normally you can expand selection to start/end of line with these key combinations, but with TabSanity installed, it just causes the cursor to return to the start of the selection. E.g. with the cursor on Ln 1, Col 10, I hold Shift and press down arrow. Now the cursor is on Ln 2, Col 10 with one full wrapped line selected. Continuing to hold Shift, if I press End do expand selection to the end of the line, the cursor instead snaps back to Ln1, Col 10.

jednano commented 8 years ago

Unable to reproduce on TabSanity v0.0.8. What version are you on?

AdamAndersonFalafelSoftware commented 8 years ago

I am not sure; I thought I was up-to-date, but after uninstalling and reinstalling, the scenario above now works as expected. Sorry for the false alarm!