Describe the bug
I noticed that hover sometimes shows a tooltip that looks different (broken formatting) and for the wrong symbol.
To Reproduce
I tried it out on the atom-ide-scala code:
Expected behavior
Tooltip with information for the symbol/expression under the cursor.
Screenshots


Notice that both of these symbols appear inside of the NotificationOptions constructor.
Installation:
Reproducible in VS Code as well:

Thanks for reporting! This is due to buggy handling of named arguments
Pending "fix" in #602. It's not a great fix because now hover shows the full method signature instead of only the parameter signature.