vscode-intelephense
vscode-intelephense copied to clipboard
PHP intellisense for Visual Studio Code
Currently overloading methods via ```@method``` docblock appears to only be supported if done in the class's docblock. ```php /** * @method void test() * @method void test(string $name) */ class...
**Feature description or problem with existing feature** OpenSwoole stubs are not available. IDE shows them as errors in my scripts even though the extension is enabled and the script executes...
Usually after code refactor, some imports are not necessary and should be removed and re-sorted. Hope Intelephense can support this feature. BTW, this plugin is the best PHP plugin on...
**Describe the bug** Hover popup doesn't show the PHPDoc description when the PHPDoc is next to a `global `statement. If it is next to an assignment, it works fine. **To...
**Feature description or problem with existing feature** Be able to go to the file mentioned in a require/include function call
> [Info - 12:21:04 PM] Indexing started. [Info - 12:21:21 PM] Indexing ended. 8705 files indexed in 17s. [Info - 12:21:21 PM] Writing state to /root/.vscode-server/data/User/workspaceStorage/97bba6072fad2c124d4c7d5e99fe825d/bmewburn.vscode-intelephense-client/4bf4401e. [Info - 12:21:22 PM]...
**Describe the bug** Auto implemented abstract methods have their bracket on the same line **To Reproduce** ```php abstract class helloWorld { abstract public function hello(); } class helloWorld2 extends helloWorld...
**Describe the bug** When using anonymous classes inheritance is not checked if the new class extends some other class, not only are abstract methods not checked ie. there is no...