Using a combination of Omni Completion and SuperTab, I'm able to do something like:
import random
random.
in Insert mode, then press Tab and have all of the options come up. Additionally, a popup window appears with documentation on the particular method that's currently selected. The problem is that only the first 12 lines or so of documentation are displayed in this popup window.
Is there a way to either switch to the popup window and scroll manually, or make the popup display bigger?