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

Documentation for the Intelephense PHP language server

Results 31 intelephense-docs issues
Sort by recently updated
recently updated
newest added

i have the following code snippet: ``` public static function delPage($d) { if ($d['perm'] != 2) return array('m'=>'not allowed ('.__LINE__.')'); } ``` intelephense is complaining: ``` lsp-flycheck 1003 Symbol '$d'...

Hey @bmewburn Not sure where to post this but I wanted to let you know that I just published a package for Atom. Haven't really used it thoroughly yet but...

Hello, I am a big fan of your vscode extension and a premium user but I tend to prefer phpfmt to the formatter included in the extension for two reasons....

Hello, I am a big fan of your vscode extension and a premium user but I tend to prefer phpfmt to the formatter included in the extension for two reasons....

Hi! From some time to now I'm getting the following warning in all my projects. ![image](https://user-images.githubusercontent.com/1777519/81051246-b1bce380-8ec1-11ea-8130-a1df1c9b05df.png) When I started to use this language server I had this same problem and...

Hi, Can you give me a pointer on how to get Goto Definition to work across multiple files in my CodeIgniter project. I am guessing it uses the git repo?...

When I set globalStoragePath to '~/.config/intelephense' it creates a directory in my current directory called '\~'. Expected behaviour: For it to create a file at $HOME.

Hello, I am using intelephense in Emacs lsp-mode. I have two unrelated projects that both use the same shared library. This library is included in both projects as a git...

It would be great to be able to customize the generated method docblocks. For example the code snippet: ```php public function bar(int $int, bool $bool): array { return [$int, $string,...