Documentation shows in console but not in the editor
Hi,
When using the 'Quick Documentation' (CTRL+Q) feature in the editor, PyCharm says it can't find any documentation for functions under the caret from the Pandas library (ie. pandas.read_csv). However, if I open a python console with Tools -> Run Python Console and try the same thing, PyCharm is suddenly able to find documentation via CTRL+Q. Most other modules I use don't have this problem. Why am I able to see Pandas' documentation in the console but not in the editor?
Thanks.
When using the 'Quick Documentation' (CTRL+Q) feature in the editor, PyCharm says it can't find any documentation for functions under the caret from the Pandas library (ie. pandas.read_csv). However, if I open a python console with Tools -> Run Python Console and try the same thing, PyCharm is suddenly able to find documentation via CTRL+Q. Most other modules I use don't have this problem. Why am I able to see Pandas' documentation in the console but not in the editor?
Thanks.
Please sign in to leave a comment.
You can file an issue at http://youtrack.jetbrains.com/ and we'll investigate the problem.
One of the consequences of the failure of static analysis is that PyCharm do not autocomplete pandas when should by relying on static analysis.
Please fix! :)