PHPsrc / PHP-Tool-Integration

On one site there exists many good PHP tools such as PHPUnit or PHP CodeSniffer which support the development of PHP scripts. On the other side there powerful IDEs for example PHP Delepment Tools Project (PDT) but mostly with no possibility to use such tools with them. The Eclipse PHP Tool Integration (PTI) is a collection of Eclipse plugins which aims to close this gap.
19 stars 7 forks source link

Ignoring a directory doesn't appear to work #9

Open glen-84 opened 9 years ago

glen-84 commented 9 years ago

I've tried all of these formats:

vendor vendor/ ./vendor/ ./vendor/

... but it still processes files in this folder.

binarious commented 8 years ago

Same here. Any news?

glen-84 commented 8 years ago

@binarious I'm pretty sure that this project is no longer being maintained. See also https://github.com/pdt-eg/Core-Plugin/issues/133.

binarious commented 8 years ago

@glen-84 Thanks for letting me know. Do you know any alternatives or is php development with eclipse not a thing anymore?

glen-84 commented 8 years ago

@binarious PDT is still quite solid, but I don't know of any PHPCS extensions that are still maintained.

Other options are the paid-for IDEs like Zend Studio* and PhpStorm, and the free editors Atom and VS Code.

* I think there is support for PHPCS as a plug-in.