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

PHP Tools public content

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

I was working on my PHP project, and suddenly the text in the IDE "moved around" and refreshed, hints disappeared and reappeared, as if something had been reloaded. The "output"...

![image](https://github.com/DEVSENSE/phptools-docs/assets/13969584/aea29e2a-4de0-443e-aad6-993da26a6722) The screenshot should speak for itself. This is happening with ALL function definitions now. There are no syntax errors preventing the code form being "compiled". In fact, this code...

As per #8 please consider following when implementing linting system. * WordPress coding standard as written [here](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). This adds standards to already popular `phpcs` linting. * If WordPress is too...

I have this function (a method of a class): ``` public function getCachedUser($telegram_user_id) { if (!isset($this->userCache[$telegram_user_id])) { $user = $this->query_first(" SELECT *, BINARY info AS info_bin FROM `{BOT_TABLE}user` WHERE telegram_id...

bug

To reproduce: = 1. In a PHP file, write this: ```

feature

Can i use php-cs-fixer config file?

feature

Hello, there is a https://docs.devsense.com/en/vs/code%20validation/diagnostics PHP0421 | Unused variable | Assigned variables should be used. -- | -- | -- check. I'd like to have this for unused properties as...

Php tools break some of VSCode autocomplete functionality. 1. When Php tools is enabled all my Path Intellisense (https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) custom rules don't work. 2. All my custom snippets show on...

Hello, if you enable `php.linkedEditing.variables` then it is used all the time. I did not find a way to disable it temporarily. With the original feature you can use the...

Hello, I'd love to have a check if a class name is imported that is already present. It would be great to have some input box to provide the "as"...

feature