phptools ?! #34520
Replies: 3 comments 1 reply
-
after a recent Zed update I also had to I’m guessing it’s the result of this commit: zed-extensions/php@b45e080 note: I used to use the devsense PHP Tools extension in VSCode and it is very good in my experience. Looking forward to documentation on how to configure it for Zed. |
Beta Was this translation helpful? Give feedback.
-
I for one would like if freemium things aren't forced upon you automatically. This phptools thing immediately starts upselling itself for the premium paid version as you try to do anything like add docblocks, etc. |
Beta Was this translation helpful? Give feedback.
-
I think it comes with the blade extension, I disabled it and I no longer have the spam. Disabling phptools in the settings didn't have effect, it kept spamming. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can somehow explain what's happening here, so phptools I don't even have this installed ever, this just popup here, anybody knows why ? So before I had this...
"language_servers": [
"intelephense",
"!phpactor",
"..."
]
Now I had to disabled with...
"language_servers": [
"intelephense",
"!phpactor",
"!phptools",
"..."
]
GPT says it's from ... /Users/xcrap/Library/Application Support/Zed/extensions/work/php/node_modules/devsense-php-ls-darwin-arm64/dist/devsense.php.ls
I'm confused where this came from, did I missed something ?!?! Help ?
Beta Was this translation helpful? Give feedback.
All reactions