intelephense-docs
intelephense-docs copied to clipboard
Atom plugin
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
- [ ] Rename
- [ ] Code folding (Doesn't seem implemented in atom/auto-languageclient)
- [ ] Find all implementations (Doesn't seem implemented in atom/auto-languageclient)
- [ ] Go to type definition (Doesn't seem implemented in atom/auto-languageclient)
- [ ] Go to declaration
- [ ] Smart select
- [ ] Code actions
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!!
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?