intelephense-docs icon indicating copy to clipboard operation
intelephense-docs copied to clipboard

Atom plugin

Open cdaguerre opened this issue 4 years ago • 1 comments

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

  • [x] Code completion
  • [x] Signature help
  • [x] Go to definition
  • [x] Find all references
  • [x] Symbol search
  • [x] Diagnostics
  • [ ] Formatting (Not sure)
  • [ ] Embedded language support (Not sure)
  • [x] Hover
  • [x] Highlight

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!!

cdaguerre avatar Mar 29 '21 16:03 cdaguerre

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?

bmewburn avatar Apr 26 '21 00:04 bmewburn