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

Hi, It's a minor thing, but you might like it 😺 ☕ ### Currently, the marketplace icons look like this: > ![image](https://user-images.githubusercontent.com/30685349/232537775-e164e61c-fafb-42b5-a58d-80fca24988e4.png) ### Maybe it's a good idea to make...

feature

Hi guys, i get some issues with syntax highlight for PHP files when using PhpTools in Remove SSH Server. Dont work as spected. I`m using PHP Tools v1.34.13120 with PHP...

A php test script prints lines of output when I run it at command line. When I run it with F5 ("type": "php", "request": "launch"...), the DEBUG CONSOLE pane shows...

THIS IS NOT AN ISSUE BUT A FEATURE REQUEST I am using the VS Code extension version 1.33.12934. It great and fantastic based on all the features i have used...

feature

![image](https://user-images.githubusercontent.com/20150243/208675564-0e6d22df-3161-44c0-9c2f-5b60b6bf45c7.png) Would be great to have a quick action to implement undefined methods. In this case this could be: ```php /** * @param Component $component * @param array $customer *...

Hi, Thanks for create awesome plugin for PHP community. When I open a file, the code lenses indicating references always shows 0, even though there are functions in other files...

bug

**Describe the bug** Smart Select sometimes have wrong selecting. Details below: --- **Code snippets for test** ``` Text: ``` ``` echo 'this is simple string'; ``` --- **Expected behavior** It...

feature

There has been multiple times where the language server is not updating intellisense or showing errors that no longer exist, you can reload the window to "fix" or force a...

When peeking a PHP6054 problem vscode seems to go to a totally unrelated problem further down the file ![2020-08-12_14-45-59](https://user-images.githubusercontent.com/3308769/90022574-99bbe380-dcaa-11ea-8e3a-fd4ec91c539c.gif) This could be a vscode issue and not a phptools issue?

Hi there, is there a way to disable PHP code auto-formatting and only use it on demand? This is because if I type a statement such as `print_r($example); exit;`, it...