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

Feature Request: Make common used editing functions as a part of vscode #48341

Closed
2 of 5 tasks
ToMakeSense opened this issue Apr 22, 2018 · 3 comments
Closed
2 of 5 tasks
Labels
*extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality menus Menu items and widget issues *out-of-scope Posted issue is not in scope of VS Code

Comments

@ToMakeSense
Copy link

ToMakeSense commented Apr 22, 2018

I would like built-in vs code to be more powerful in editing like sublime
image

So making common used editing functions below as a part of vscode will be a better idea(properly shortcuts included)

  • Trim whitespaces(front, end, both)
  • Remove duplicated lines
  • Insert numbers, eg: Insert Numbers (vscode doesn't have to be that powerful)
  • Lower case, upper case, capitalized case, title case, eg:convert case
  • One more thing, vscode's edit menu is too much brief 😒 ...
    untitled
@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Apr 22, 2018
@ToMakeSense ToMakeSense changed the title Make common used editing functions as a part of vscode Feature Request: Make common used editing functions as a part of vscode Apr 22, 2018
@bpasero bpasero added the feature-request Request for new features or functionality label Apr 23, 2018
@alexdima alexdima removed the editor-core Editor basic functionality label Apr 23, 2018
@alexdima alexdima removed their assignment Apr 23, 2018
@alexdima alexdima added this to the Backlog milestone Apr 23, 2018
@ToMakeSense
Copy link
Author

#15727

@rebornix rebornix added menus Menu items and widget issues and removed editor labels Sep 19, 2018
@sbatten
Copy link
Member

sbatten commented Sep 19, 2018

Some of these commands do indeed exist in the core product, but they are not shown in the menu. I believe we prefer keeping them accessible primarily via the command palette. As for commands that are implemented via extensions, it isn't currently possible to add them to the edit menu, but it could be in the future.

/cc @bpasero @jrieken

@sbatten sbatten removed their assignment Sep 19, 2018
@ToMakeSense
Copy link
Author

Commands exist in the core product I found:

  • Trim whitespaces(front, end, both)
  • Lower case, upper case, capitalized case
  • Remove duplicated lines
  • Insert numbers

@rebornix rebornix removed their assignment Oct 9, 2020
@sbatten sbatten added the *extension-candidate Issue identified as good extension implementation label Oct 21, 2020
@sbatten sbatten removed this from the Backlog milestone Oct 21, 2020
@sbatten sbatten added the *out-of-scope Posted issue is not in scope of VS Code label Oct 21, 2020
@sbatten sbatten closed this as completed Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*extension-candidate Issue identified as good extension implementation feature-request Request for new features or functionality menus Menu items and widget issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

5 participants