pdt
pdt copied to clipboard
PHP Development Tools project (PDT)
Since as far as I can remember; when I type very fast lots of code, then hit CTRL+Shift+O to re-organise imports and auto-imports, it randomly removes everything at the top...
Since 2020-06 version, the validation warning/notice such as `The declared namespace "App\Controller\Gestion" does not match the expected namespace "src\Controller\Gestion"` is very annoying. It's an extremely powerful feature and I would...
Since 2020-03 and then still present in 2020-06, when you set a type on a class property, PDT seems unable to provide auto-completion for it until you do an explicit...
**Describe the bug** PHP syntax validating is not being done on projects created with "Create Remote Project" but HTML syntax validating is being done. PHP syntax validating is working for...
**Describe the bug** PDT code assist features do not properly handle child classes. **Describe the eclipse environment** Eclipse PDT 2020-03 **Describe your system** Windows 10 PHP 7.4.6 **To Reproduce** Enter...
**Describe the bug** Built-in server create project files copy, and then run `php -S`. It introduce performance issues, and user confusion **Describe the eclipse environment** 2020-06 or any previous release...
**Describe the bug** A variable defined in a page and then only used in a subsequently `include`d file, such as a template, is marked as "never used". **Describe the eclipse...
**Describe the bug** An array that is created on each iteration as the value from a multidimensional array is marked as "never used" when accessed within a string using curly...
As part of longer out-of-box experience, PDT should have built-in CS-fixer support. It's popular and very active project that allow developers simply fix code to follow desired code standards. Read...
Continue Alex Xu original work on GitHub.