pdt icon indicating copy to clipboard operation
pdt copied to clipboard

PHP Development Tools project (PDT)

Results 170 pdt issues
Sort by recently updated
recently updated
newest added

* Syntax highlighting for Smarty and Twig using TM4e, based on official textmate * HTML code assist from WildWebDeveloper This is initial work. I want add this after CQ cleanup

**Is your feature request related to a problem? Please describe.** On request with many calls, some calls obscure overall view **Is this feature require new UI elements or modify existing?**...

enhancement

**Is your feature request related to a problem? Please describe.** WTP faceted framework doesn't play well with PDT itself. Relations between facet's are too strong, also new version have to...

enhancement

Long time ago i transformed old manually managed HTML documentation into markdown and automatically indexing process, but it need more polishing. For easier management, we probably should abandon rhino+wikitext transformation...

enhancement
documentation

Hello, I wonder if this project is dead because PHP 8 is still not supported (and #95 is not really answered) after so long and in general there were no...

Fixes #139. As noted in #139 the current documentation is wrong `require(RenFile1.php);` will error as it will be evaluated as two undefined constants (`RenFile1` and `php`) and the concatenation operator...

The section "Renaming a file" http://help.eclipse.org/2022-06/topic/org.eclipse.php.help/html/getting_started/basic_tutorial/working_with_refactoring.html#renaming-a-file has an error and won't ever work as it is presented to a newcomer. The syntax for the "requie()" requires the filename to be...

Temporary pull request to force review

Consider this code: ```php function foo(): Bar { static $baz; return $baz ??= new Bar(); } ``` PDT signals that `$baz` is never used: ![immagine](https://github.com/eclipse-pdt/pdt/assets/928116/99067402-cda5-40a7-a71b-5bcc87590857)

bug

**Describe the bug** If you take the example code from https://www.php.net/manual/en/reserved.variables.httpresponseheader.php: ```php ``` PDT renders it like this: So the warnings are exactly the wrong way around. **Describe the eclipse...

bug