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

Remove leading spaces when inserting tabs #181932

Open
crazydef opened this issue May 9, 2023 · 3 comments
Open

Remove leading spaces when inserting tabs #181932

crazydef opened this issue May 9, 2023 · 3 comments
Assignees
Labels
editor-autoindent Editor auto indentation issues feature-request Request for new features or functionality
Milestone

Comments

@crazydef
Copy link

crazydef commented May 9, 2023

In Visual Studio since forever, when you press tab to insert a tab (in a file with indentation set to tabs) and indent to the next tab stop it converts any spaces to the left of the cursor to tabs before jumping to the next tab stop. (Which might result in just one space being converted to a tab if that tab will take you to the next tab stop.)

VSCode doesn't do this so you usually end up with orphaned spaces followed by tabs. This is OCD-annoying.

@mjbvz mjbvz assigned jrieken and alexdima and unassigned mjbvz May 9, 2023
@jrieken jrieken removed their assignment May 10, 2023
@rebornix rebornix assigned aiday-mar and unassigned alexdima Dec 18, 2024
@rebornix rebornix added the editor-autoindent Editor auto indentation issues label Dec 18, 2024
@connor4312 connor4312 added the feature-request Request for new features or functionality label Dec 19, 2024
@vs-code-engineering vs-code-engineering bot added this to the Backlog Candidates milestone Dec 19, 2024
Copy link

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!

Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 18, 2025
@aiday-mar aiday-mar modified the milestones: Backlog Candidates, Backlog Feb 18, 2025
@aiday-mar aiday-mar reopened this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-autoindent Editor auto indentation issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

8 participants