docphp icon indicating copy to clipboard operation
docphp copied to clipboard

DocPHPManualer: Show PHP documentation in Sublime Text 3

Results 6 docphp issues
Sort by recently updated
recently updated
newest added

After a fresh installation. I typed `strpos($haystack, $needle);` in a php script then right click, DocPHP: Show Definition. In the console I can see the following backtrace. ``` Traceback (most...

ctrl+alt+d does not show the documentation (Windows)

Since about 2 weeks ago, I've started getting a type error when running `DocPHP: Show Definition` on MacOS. ``` Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1066, in...

In new version sublime not show. Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 1088, in run_ return self.run(edit) File "C:\Users\User\AppData\Roaming\Sublime Text 3\Installed Packages\DocPHPManualer.sublime-package\docphp.py", line 331, in...

In the example below, ctrl-alt-d on the text SimpleXMLElement does show docs for that class. But ctrl-alt-d on getName() does not show that method of the class. ```php foreach ($headers->children()...