OnlyBens / vscode-extension-ideas

73 stars 1 forks source link

VSCode hardcore mode extension - You typo you lose #21

Open BrunnerLivio opened 3 years ago

BrunnerLivio commented 3 years ago

Description

This VSCode extension disables any form of "delete", "moving" or "pasting" code. This basically means if you do a typo, you have to start over. This could be used to "speed run" a React Todo App. One mistake you're out though.

Additional feature

Other

Not quite sure whether this is really feasible. Though the VIM VSCode sample might help:

https://github.com/microsoft/vscode-extension-samples/tree/master/vim-sample

or the "real" VIM VSCode extension

https://github.com/VSCodeVim/Vim