I’d like the possibility to search for a text in a project, I mean text in the code section of a project, so:
- in every event than contains code of an app
- in the PHP methods and Javascript methods
- Ajax events
- in all internal library of a projects
- in files in external libraries ( maybe only .php or .js files) but every text file is better
It will be handy looking for new PHP functions deprecated, as array_key_exists, so it is possibile to find where they are and make changes to adapt code for PHP 8.1, plus it’s useful when you place in comments some label for special code points and you want to find where they are.
Thank you