Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atom plugin #39

Open
8 of 17 tasks
cdaguerre opened this issue Mar 29, 2021 · 1 comment
Open
8 of 17 tasks

Atom plugin #39

cdaguerre opened this issue Mar 29, 2021 · 1 comment

Comments

@cdaguerre
Copy link

cdaguerre commented Mar 29, 2021

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

  • Code completion
  • Signature help
  • Go to definition
  • Find all references
  • Symbol search
  • Diagnostics
  • Formatting (Not sure)
  • Embedded language support (Not sure)
  • Hover
  • 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!!

@bmewburn
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants