Skip to content
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

overwrite mode #86671

Closed
blackshadev opened this issue Mar 27, 2017 · 18 comments
Closed

overwrite mode #86671

blackshadev opened this issue Mar 27, 2017 · 18 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-commands Editor text manipulation commands feature-request Request for new features or functionality
Milestone

Comments

@blackshadev
Copy link

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.

@alexdima alexdima self-assigned this Jun 8, 2017
@jamilraichouni
Copy link

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

@addictgamer
Copy link

I second this.

Thanks

@nic-hartley
Copy link

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

@vocoder
Copy link

vocoder commented May 21, 2019

+1

@RazorPhaser
Copy link

+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.

@alexbarten
Copy link

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 alexdima transferred this issue from microsoft/monaco-editor Dec 10, 2019
@hilari0n
Copy link

hilari0n commented Dec 11, 2019

@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.

@alexdima alexdima added editor-commands Editor text manipulation commands feature-request Request for new features or functionality labels Jan 15, 2020
@vscodebot vscodebot bot added this to the Backlog Candidates milestone Jan 15, 2020
@vscodebot
Copy link

vscodebot bot commented Jan 15, 2020

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!

@hilari0n
Copy link

hilari0n commented Jan 15, 2020

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?

@hilari0n
Copy link

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.

@vscodebot
Copy link

vscodebot bot commented Jan 15, 2020

🙂 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!

@vscodebot vscodebot bot modified the milestones: Backlog Candidates, Backlog Jan 15, 2020
@nurbles
Copy link

nurbles commented Jan 16, 2020

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.

@meustrus
Copy link

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.

@alexdima alexdima removed their assignment Jan 18, 2020
@mwpowellhtx
Copy link

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

@tig
Copy link

tig commented Apr 5, 2020

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

@coder0xff
Copy link

@kburtram please close this as a duplicate of #1012

@cyraid
Copy link

cyraid commented Aug 31, 2021

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.

Which non web editors don't support INS mode? In visual studio, jetbrains, I mean every other code editor I can think of supports INS overtype and some type of overtype mode yet I'm not aware of new users having an issue with that on those editors? Not meaning offense here but, I'm not sure those new users should be using any editor yet at this point if they're not aware of that.

... Even Windows Wordpad has overtype with INS key..

@alexdima
Copy link
Member

Let's track in #1012

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 10, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-commands Editor text manipulation commands feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests