-
Notifications
You must be signed in to change notification settings - Fork 32
Adds documentation resolve to method completion #55
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.
I tested it and works out-the-box
5423e3f
to
6b1f20b
Compare
@laginha87 I messed up the commit history trying to release v0.7.0 I apologize for this 😓 I already published v0.7.0 successfully but this PR have some commits that don't exist on master, so, can you please |
no worries I'll do that when I can 👍 |
8ceed5a
to
d91677f
Compare
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.
🎉
Works awesome on Atom ❤️ |
Is there a way (in Atom, VSCode or others) to see the function arguments in the list rather than having to highlight an element to see its documentation, which contains the arguments? |
Like method signature tooltips? |
Here's corresponding LSP Documentation: Signature Help Request |
Nice one, but I meant in the completion menu |
Yes, this is what I was thinking about! |
@keplersj your screen captures look awesome! 👍 I'll give a try to atom again 😄 |
@faustinoaq Part of the reason I love Atom is the design of the thing. They have an awesome designer on the team. I mean look no further than the design for the Atom IDE website: |
Adds the method signature to the completion box and the documentation of the method if it has any.