bmewburn / intelephense-docs

Documentation for the Intelephense PHP language server
https://intelephense.com
Other
183 stars 17 forks source link

Atom plugin #39

Open cdaguerre opened 3 years ago

cdaguerre commented 3 years ago

Hey @bmewburn Not sure where to post this but I wanted to let you know that I just published a package for Atom. Haven't really used it thoroughly yet but at least the following features seam to work :

Basic features

Premium features

Initialization options are passed to the client here and the storage paths are taken into account, but I'm not sure about the license key, eg. Go To Declaration doesn't seem to work. Any help/guidance on implementing the remaining features would be greatly appreciated.

Anyway, I've been using other php lsp implementations for a while and recently decided to switch to VSCode just to use intelephense as it's way faster and more robust than others I've tried, but I miss Atom for a variety of other reasons ;) Great work, thank you!!

bmewburn commented 3 years ago

but I'm not sure about the license key, eg. Go To Declaration doesn't seem to work.

Thanks @cdaguerre , I'll take a closer look. It could be key is not getting activated. Is http blocked on your test machine?