Home>Article>Development Tools> What to do if VScode search is incomplete
What should I do if the VScode search is incomplete? VSCODE global search is invalid problem
Open settings
Copy and paste the following code into
"search.exclude": { "system/": true, "!/system/**/*.ps*": true }
Restart VSCODE, and then you can see the effect
Recommended learning:vscode tutorial
The above is the detailed content of What to do if VScode search is incomplete. For more information, please follow other related articles on the PHP Chinese website!