Vscode: overwrite mode

Created on 27 Mar 2017  路  16Comments  路  Source: microsoft/vscode

Are there any plans for adding an overwrite mode (toggled by the insert key).

Most editors do have them so I was quite surprised monaco (and thus VSCode) doesn't.

editor-commands feature-request

Most helpful comment

Must have. This is an absolutely common functionality of an editor.

All 16 comments

Must have. This is an absolutely common functionality of an editor.

I second this.

Thanks

+1 for this, please add it. It's a niche feature, but incredibly useful where it's used.

+1

+1
Niche feature?!?! Name one text editor that doesn't allow for insert overwriting. The lack of this common core functionality makes using VSCode extremely annoying.

I would like to see some consistency between Visual Studio (or other editors) and VSCode in this regard. Also, when editing Markdown tables (or .feature files), using the insert key _how it should be used_ makes any programmer's life a lot easier.
It is for a reason that this key is available on any non-Mac keyboard (and we can't trust Apple, the company that claimed that we did not need copy-paste on a phone).

@alexdima:
I'm not sure why this was moved from microsoft/monaco-editor to microsoft/vscode.
Vscode already had this issue reported (#1012), and it was explained there, that implementing this in vscode is a problem due to the monaco editor limitation. And the monaco-editor repo READ.me says:

Create issues in this repository for anything related to the Monaco Editor.

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Does anyone know if this means 20 new upvotes? Do the existing ones count?

To all those, who wrote "+1", "must have", "I second this", etc. in separate comments, please remember to actually click the 馃憤 emoji on the original comment. That's the accepted way of expressing support here and the only one, the vscodebot is recognizing.

:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Can the 238 votes from the original (FOUR YEAR OLD) report #1012 be added to this duplicate report?

Regardless, voting for the same issue AGAIN. Sigh.

I'll upvote this to support the many others who have demanded this feature. But please, give some consideration to user training - VS Code should either provide extra visibility of the feature for at least the first time it's turned on (for new users that may have hit the key by accident and don't know what's going on), or turn off the ability to toggle overwrite mode be default.

Also, I will point out that a markdown formatter (like the one included in yzhang.markdown-all-in-one) is vastly superior to overwrite mode for editing ASCII tables because it works much better to grow and shrink column widths.

I find this pretty funny, considering "most" editors worth their salt respond accordingly to the Insert key in overwrite mode.

Shocked to discover INS doesn't work to toggle overwrite mode as expected. Shocked. Please fix.

@kburtram please close this as a duplicate of #1012

Was this page helpful?
0 / 5 - 0 ratings