Reputation: 87
I'm working with PyDev on Eclipse and for some reason it doesn't show docstring when I'm hovering over a function. What also doesn't work, is to jump into a function when pressing F3. Both features work on the computer of my coworker. We tried it for the same functions in the same project.
We compared our settings in Preferences -> PyDev -> Editor -> Hover and they look alike.
Both of us are using Eclipse 4.6.2 and PyDef 5.8.
I really hope someone can help me because it is driving me nuts.
Upvotes: 0
Views: 304
Reputation: 87
Another coworker found the answer.
Properties of Project -> PyDev - PYTHONPATH -> Source Folders : Add Source Folder. Choose the file, where your code is.
For some reason, the eclipse of my coworkers did this automatically while mine didn't.
Upvotes: 0
Reputation: 25372
My guess is that the project isn't properly configured in your machine (probably a misconfiguration in the source folders).
Can you attach a screenshot showing the PyDev Package explorer for your project (expanding the project settings) and the editor where F3 is not working to better diagnose it?
Also, do you have some error in your error log?
Upvotes: 1