Skip to content
Snippets Groups Projects
Commit ee9c0540 authored by Harry Saunders's avatar Harry Saunders
Browse files

Use import aliases in auto completions

Given an import "import numpy as np" the call tips were previously
stored as e.g. "numpy.arange". This displayed "arange (numpy)" as a call
tip but would not display the parameters after completing on "np.ar".
We now store the completion as "np.arange" so that parameters are
displayed after the completion.
parent 582d0929
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment