sublimelsp / LSP-intelephense

PHP support for Sublime's LSP plugin provided through intelephense.
MIT License
96 stars 3 forks source link

"generate docblock" quick action not working anymore #83

Closed vazaha-nl closed 4 months ago

vazaha-nl commented 1 year ago

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?

jfcherng commented 1 year ago

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

vazaha-nl commented 1 year ago

@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.

jfcherng commented 1 year ago

Not related to LSP-intelephense anyway. Should be a LSP question. I would guess this is as designed in https://github.com/sublimelsp/LSP/pull/2081

willrowe commented 4 months ago

Closing this since it is related to the main LSP package and not this one.