**Geany** provides a useful drop down showing the fields and methods in a Java class if one types a **dot** beside a variable referencing an object in that class.
In the image below, I have just typed a dot on line **78** and in the drop down we can see that field **eeeeeeee** defined on line **87** is a possible choice to follow the dot:  Please could **Geany** also display any comment associated with that field definition as this would significantly further assist the user in their choice of the correct field or method name ? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4050 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
