Hi @BigAlThePal
As per my understanding, there isnโt a built-in option in the Databricks workspace to search inside .py files directly.
You could try a few workarounds though, like using the Databricks REST API to list .py files and programmatically search through their content. Another option is to use Databricks Repos and then use an external editor for more powerful search across your codebase.