-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Implement blank operations #25088
Comments
I believe that this already exists, try the |
@mjbvz so i have to |
i really like the editor, else i wouldn't have bothered. but this is a deal breaker. please consider this feature. editing operations belong in the edit menu, which just makes perfect sense. i will check back in 6 months and re evaluate switching my IDE. until then, its just a novelty i can only use for specific tasks, namely typescript and es6/7 |
Yes, vscode is built around a command flow currently and we typically only create menus for heavily used commands. Switching spaces/tabs is typically more of a one time operation. If you need to execute the command heavily, the best option currently is to setup a keybinding for it. An extension could also bind this command to a context menu. #9285 tracks allowing easier user customization of context menus |
Well, fuck you too then |
@r3wt You can also quickly change spaces/tabs in the current document by clicking on the |
Please consider implementation of the following features, shown here in notepad++.
the tab to space/space to tab feature is very convenient. In my case, i prefer tabs, but company style guidelines dictate 2 spaces. I can easily convert to tabs, edit a file then convert to spaces and commit changes. I like VS Code, but i would prefer to have this feature available to me in VS Code. Bonus points if you can make configurable keyboard short cuts.
The text was updated successfully, but these errors were encountered: