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

Toggle between insert and overwrite/overtype mode by pressing the Insert key #3061

Open
adam-wolfe opened this issue Aug 21, 2024 · 2 comments
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits Research Needed

Comments

@adam-wolfe
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When modifying data sets/members with fixed record lengths (and line numbers at the end of the record), users have to be conscious of how many characters they are inserting into a line, then then delete the same number of spaces. Most text editors allow users to toggle between insert and overwrite, but VS Code does not.

Describe the solution you'd like

When a user hits the Insert key, toggle between insert and overwrite mode.

Describe alternatives you've considered

An extension exists that provides this functionality: https://github.com/DrMerfy/vscode-overtype/tree/master

However, some users would prefer that this functionality be provided from Zowe Explorer.

Additional context

There is an issue in the vscode repo with 571 upvotes: microsoft/vscode#1012

@adam-wolfe adam-wolfe added the enhancement New feature or request label Aug 21, 2024
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@adam-wolfe
Copy link
Contributor Author

Research needed into level of effort needed to implement this functionality.

@adam-wolfe adam-wolfe added the priority-medium Not functioning - next quarter if capacity permits label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits Research Needed
Projects
Status: Medium Priority
Development

No branches or pull requests

1 participant