Jasonlhy / VSCode-Hungry-Delete

To delete an entire block of whitespace or tab, and reduce the time programmers need to press backspace
https://marketplace.visualstudio.com/items?itemName=jasonlhy.hungry-delete
MIT License
45 stars 4 forks source link

Backspace key not working #1

Closed Esteban-Rocha closed 6 years ago

Esteban-Rocha commented 7 years ago

Hi! it seem latest VS code update may have broken something, I cannot seem to use the backspace as long as the extension is activated.

Version 1.14.2 Commit cb82febafda0c8c199b9201ad274e25d9a76874e Date 2017-07-19T23:26:08.116Z Shell 1.6.6 Renderer 56.0.2924.87 Node 7.4.0

Jasonlhy commented 7 years ago

Do you still encounter the issue? and what is your operation system? I updated the version of vscode to 1.14.2 and it works fine under windows 7.

Jasonlhy commented 7 years ago

I removed my custom key binding and tried again. It also works fine. Remember to put "hungryDelete.enableSmartBackspace": true in the setting file :)