-
Notifications
You must be signed in to change notification settings - Fork 59
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
Implement signatureHelp and implementation #98
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the helpful pull request, @icsaszar! It all looks great. ❤️
I just have some nitpicks regarding the naming and ordering of the methods and associated types. I try to keep the entries consistent with their definition and declaration in the currently supported LSP specification document as much as possible, so I'd love it if we could rearrange them.
Thanks for the feedback, I really appreciate that you care about small details like the order (which I totally agree with since there are a lot of methods and it would be quite hard to navigate without an IDE). I think i can fix everything today. |
@ebkalderon Everything should be fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terrific work! Thanks for the contribution and for the quick response, @icsaszar. 🚀
Affects #10. |
No description provided.