4

When I'm hovering over some Python method in Pycharm, the "quick documentation" window appears instantly, but it will still be fetching documentation for a few seconds before the document appears.

How do I get the documentation to appear instantly without the fetch delays?

I have experienced this issue before in Android Studio (which is a modified version of IntelliJ IDEA) and managed to solve it with the help of this thread: Android Studio quick documentation always "fetching documentation".

Instead of getting Android Studios to fetch the information online each time quick docs appears, the answers suggested downloading all the documentation for Android in a package called the Android SDK Documentation and referring IntelliJ IDEA to that package. In Android Studios, this not only works with the core Android methods but also any library that gets imported into your project.

Can I do something similar in Pycharm?

6
  • Alt + q .... i think Commented Jan 19, 2017 at 12:15
  • 1
    No, I did not ask for the shortcut. I need to know how I can speed up the process of fetching the documentation so that it appears instantly. Commented Jan 19, 2017 at 12:39
  • 1
    I mean on mouse over a word. Commented Jan 19, 2017 at 13:13
  • 1
    @Simon, Did you solve it? Commented Jan 23, 2017 at 10:10
  • 1
    No i didn't - it is not the artificial 500ms delay im talking about, it is the network operation to download the docs. I don't want there to be network operations to download the docs, i want them to appear instantly offline. Commented Jan 26, 2017 at 8:31

1 Answer 1

2

If you want reduce the delay of the quick documentation, you can go to:

Settings->Editor->General

In this window, search and enable (if it is not) the option:

Show quick documentation on mouse move

Now the Delay option should be enabled, so you can set the value that you prefer.
Remember that is in milliseconds.

Let me know.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.