binaryninja-api
binaryninja-api copied to clipboard
Tooltips showing Python API arguments should stay visible for longer
What is the feature you'd like to have? When you're typing something in the Python console, it will sometimes helpfully show you, in a tooltip, what the arguments are to the API you're trying to call. The problem is, as soon as you start typing the arguments, the tooltip goes away and you can't see it anymore. I would like for the tooltip to stay visible until you're done filling in the function call (basically, until end-paren is typed) so that users can see what else they need to add to the function call at a glance.
Is your feature request related to a problem? See above.
Are any alternative solutions acceptable? Any solution that makes the arguments to the current API being used visible is acceptable. The tooltip already exists and works well, but if there's any other considerations that mean a different solution is better, by all means do that instead.