Hi Christian,
I am currently working on the part regarding "help hovers over editor content". Now I can get some selected text from the editor(the combo box) and display it as a tooltip. I am planning to scan the loaded modules to identify whether the selected text is a method or field from a module. Then I can easily display the correct tooltip using my previous code. Later I can improve the text selection mechanism to identify methods or fields based on the cursor position. Am I following the correct path?
Regarding my previous work, I have implemented two parts "help hovers for modules explorer" and "help hovers for code completion suggestions". There are some work left regarding the look and feel of these tooltips. Also in help hovers for code completion suggestions, sometimes two tooltips are generated at the same time. It doesn't happen all the time. Therefore I will open a bug and try to fix it before the end of the project. Other than these issues I would like to get some feedback and suggestions for improvements from you regarding the functionality of these two parts. Then I can focus on those things as well during the next week.
Thank you.