Michael Härtl
Michael Härtl
@rayburgemeestre Before I try to work on a fix I want to share some thoughts. I would totally understand if you're no longer much acquainted with or interested in that...
I will also need some time to get back to this issue. Just one thing: How about adding a small `demo.php` to the repo that contains all (or at least...
I have to admit that I had never seen `#@+` before digging through the plugin code and hat to look it up. It's still valid though, according to this: https://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#basics.docblocktemplate...
Ok I found some time to come up with a simple `demo.php` (see MR) where I tried include examples for all "normal" use cases. I intentionally left out the following:...
No worries. I see if I find some time over the next days to adress the above topics and also fix this issue here.
Here's an example for the two extra groups: ``` /** * @param string $text the text to truncate. */ ``` * `string` is `phpDocParam`. (A better name would be `phpDocType`)...
I'm still unsure how to proceed. The main problem to me is that there are two sophisticated PHP syntax plugins out there. Both seem to have a common ancestor (created...
I will investigate further and try to provide a minimal config to reproduce the issue.
Issue was actually caused by this little config that I've probably copied from somewhere a long time ago and never reconsidered: ```vim " When editing a file, always jump to...