-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparision of this extension to vscode internal overtype mode #48
Comments
One difference is that the internal feature is toggled by the command View: Toggle Overtype/Insert Mode, whereas this extension is toggled by pressing Insert. It's probably possible to bind the Insert key to the command? But I don't think that's the default. |
I think it is the default, actually. I have an installation of VS Code where I never installed this extension, and once I updated to 1.96, the Insert key started toggling overtype, without touching any settings or keybindings. |
You're right. I just uninstalled the addon, and Insert works. |
Thanks for the overview @GitMensch! The differences between this extension and the native feature are relatively small. Arguably now that vs-code supports natively overtype, there is likely a more efficient way to provide the extra functionality that this extension is offering (cursor change, etc.) by extending the native functionality itself instead of implementing overtype from scratch. To avoid confusion moving forward, would it be a good idea to archive this repo (now) and remove the extension from the vscode marketplace? |
vscode 1.96 finally ships with this feature so the question did arise what the differences are.
Are there more differences?
How to configure this extension and/or vscode to have the overtype feature provided by this extension instead of vscode "natively"?
Please link vscode issues on overtype mode (bugs + feature requests) to this issue. Thank you!
As a reference: that's the PR that brought the feature in: microsoft/vscode#233188
The text was updated successfully, but these errors were encountered: