Hi all,
I’ve looked through atom’s API and for some reason I can’t figure out how to get the element that the cursor is currently inside of.
What I want to do is get that element so that I can create a tooltip on it.
Any help? (much appreciated)
I’d like to have a little pop-up occur when the user places the cursor over text such as “function.foo” or “function.bar”. The text in the pop-up would describe the function.