phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
I thought this was working previously, maybe its a regression if not tag it as feature support for PHP 8 
_[ continuation of [#173](https://github.com/DEVSENSE/phptools-docs/issues/173) ]_, as @Miloslav mentioned: > Yes, please feel free to open a github issue for that one - just to make sure, it's the same as...
### Current behaviour Class autocompletion is filled with classes that shouldn't be loaded in the backend via Composer but PHPTools recognise them anyways:  ### Expected behaviour Only own package...
This should detect the methods returns static which means the same class: But intellisense detects methods are coming from different sources when isn't true: So this should still gets from...
Assume you have the following: ```php
Assume you have the following: ```php
When working with a framework like Symfony which uses constructor based dependency injection (prior PHP 8.0) you have to add 3x basically the same: ```php
If you work on bigger projects with complex folder (namespace) structures there is always a manual effort and error source when creating new PHP files. You right-click on a specific...
Auto completion doesn't work fine. I always get this warning message: ``` 'php' binary could not be either found or executed. Make sure PHP is installed, and add path to...
Split out from https://github.com/DEVSENSE/phptools-docs/issues/101 > whether to use tabs or spaces for indentation (vscode setting editor.insertSpaces) One thing I noticed here is that this ignored .editorconfig files. Thus i had...