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

Search and replace whitespace #29256

Closed
fredrikaverpil opened this issue Jun 22, 2017 · 2 comments
Closed

Search and replace whitespace #29256

fredrikaverpil opened this issue Jun 22, 2017 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations under-discussion Issue is under discussion for relevance, priority, approach

Comments

@fredrikaverpil
Copy link

In Sublime Text, you can search and replace whitespace, which is a very useful feature.

image

When attempting the same thing in vscode, it doesn't seem to work at all:

image

@rebornix rebornix added editor-find Editor find operations bug Issue identified by VS Code Team member as probable bug labels Aug 14, 2017
@rebornix
Copy link
Member

Right now we don't support multiline search string (tracked in #9051) and to replace whitespaces in your case, you can use regex to archive that.

@rebornix rebornix added the *duplicate Issue identified as a duplicate of another issue(s) label Sep 20, 2018
@vscodebot
Copy link

vscodebot bot commented Sep 20, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@rebornix rebornix added under-discussion Issue is under discussion for relevance, priority, approach and removed bug Issue identified by VS Code Team member as probable bug labels Sep 20, 2018
@vscodebot vscodebot bot closed this as completed Sep 20, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 4, 2018
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-find Editor find operations under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

2 participants