sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"generate docblock" quick action not working anymore

vazaha-nl opened this issue · comments

I am not sure whether this is an issue with this sublime plugin, or maybe with intelephense itself. But I used to see a "quick fix" code action "generate docblock" when I hover over a (class) function. It is not there anymore, since some time (not sure how long).

For the rest Intelephense is working like it should. I do see other quick code actions, like import symbol when hovering over a class name without import statement.

I am using the licensed version of intelephense (latest version). Plugin version 1.0.30, Sublime Text build 4143.

Anyone else experiencing the same issue?

I can see
image
when I trigger code action manually. But honestly, I would recommend DoxyDoxyGen plugin (LSP-intelepense handles Exception better though).

@jfcherng hmm yes I see that too. So the functionality still works, that's great. Question remains, why did the shortcut disappear, is there a way to bring it back? I liked to use it a lot. Manual trigger is extra work.

I have also used DoxyDoxyGen but as you say intelephense is more intelligent.

Not related to LSP-intelephense anyway. Should be a LSP question. I would guess this is as designed in sublimelsp/LSP#2081