-
Notifications
You must be signed in to change notification settings - Fork 27
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 all project files #8
Comments
@Zorgatone that's a really good question, but I don't know at all if it possible, I'll check if I find anything. |
Or better, it would be perfect if it would check all the files automatically when opening a project and, then, watching for file changes. I don't know how to implement it, though... |
I don't know either… ;-) |
On a side note but related would be nice if there was a change all option when the gremlins are highlighted. BBEdit has a feature called "Zap Gremlins" that does this. Its basically just a regex find and replace with a dialog. May be out of scope for this project but would love that ability. I have had smart quotes/curly quotes cost me hours trying to debug errors from those things popping up in code. There is an extension that I am going to use for this purpose just wish it was on github so I could contribute :( Replace Smart Characters |
@disaac it could be difficult, or even dangerous IMHO, because some of these characters can be legitimate. For example, I often use non breaking spaces in my Markdown files, because that's what we need in French before some punctuation marks. Could be possible with a dialog, through, as you suggest. As this could be also useful for only one already opened file, I've opened a new issue: #23 |
Here how to add commands: |
VSCode has some properties to get all files. I don't know if this should be put behind some configuration though:
|
Any status on this? Right now I have to open all files one by one to see if there are any errors reported in them. |
How can I search for all harmful characters in all the project source files?
Is there a vscode command, or will it be added? Maybe with a folder/file/extension filter like the built-in vscode search?
The text was updated successfully, but these errors were encountered: