eclipse-pdt / pdt

PHP Development Tools project (PDT)
https://eclipse.org/pdt
Eclipse Public License 2.0
189 stars 46 forks source link

Improved configuration for Installed PHPs #285

Open quilix opened 1 month ago

quilix commented 1 month ago

Is your feature request related to a problem? Please describe.

My issue is related to the configuration of the Installed PHPs interpreters.

In 'Windows | Preferences | PHP | Installed PHPs' you can configure the available PHP interpreters by pressing the Add button. The window that appears allows you to set the interpreter and the configuration files read by it.

Is this feature require new UI elements or modify existing?

In 'Windows | Preferences | PHP | Installed PHPs / Add... "

Describe the solution you'd like ... see above

Describe alternatives you've considered No to attain what I want, that is to launch a PHP interpeter that loads xdebug.ini I've created the following script:

---- begin php8.2-dbg-only.sh ---- PHP_INI_SCAN_DIR=/home/bob//php/tools/additional-ini-debug /usr/bin/php8.2 "$@" ---- php8.2-dbg-only.sh ----

And I configure this script in Installed PHPs.

Additional context Add any other context or screenshots about the feature request here.