I'm working with Laravel 5.5 and I use Visual Studio Code for code editor. After last update, VS Code freaked out. The main problem is that I can't search files inside vendor
folder with ctrl+p. I can search and find any files except inside vendor
folder. Does vendor
folder disallow searching? I can't find anything related to this. Does anyone have a similar problem? Thanks!
Go to VSCode > Preferences > Settings or press ⌘,. Search for files.
The vendor is a subfolder in the Laravel root directory. It includes the Composer dependencies in the file autoload. php. Composer is a PHP based tool for dependency management.
VS Code allows you to quickly search over all files in the currently opened folder. Press Ctrl+Shift+F and enter your search term. Search results are grouped into files containing the search term, with an indication of the hits in each file and its location.
Find files by name in VSCode Simply press Ctrl + P keyboard combination to bring up the Quick Open input box and start typing. On macOS, you can press the Command ⌘ key instead of Ctrl.
Fix 1.
I am not sure how many projects you have but I think you can enable this by changing the excludefile settings.
Fix 2
OR try to search for search.useIgnoreFiles in your settings and make it false.
You can find more details here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With