This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Better distinguish override completions in tooltip #261
Open
Description
Right now, completions for function overrides look like:
I don't think that it's very clear that selecting this completion will actually fill out a full function rather than just completing the name for you (which is what jedi does with the same exact hint name). I think it'd be better to include some extra text in the tooltip, like:
To better show what the completion actually does.