phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

PHP Tools public content

Results 215 phptools-docs issues
Sort by recently updated
recently updated
newest added

I thought this was working previously, maybe its a regression if not tag it as feature support for PHP 8 ![image](https://user-images.githubusercontent.com/2331052/204284287-cc22d084-6dcc-4c57-b354-e8536f1f8d4c.png)

_[ 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: ![image](https://user-images.githubusercontent.com/2331052/207664660-c5afaa86-4b63-40dc-87af-5cc5c67b76c0.png) ### 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

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...