Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
893 stars 199 forks source link

Python Console Fuzzy Search #5775

Open bpotchik opened 1 month ago

bpotchik commented 1 month ago

Version and Platform (required):

Bug Description: The new fuzzy search makes tab completion inconvenient compared with the previous behavior. We should probably disable ui.scripting.fuzzySearch by default, or fix the tab completion handling to match that of other familiar editors.

negasora commented 1 month ago

Also tab-completing current_function. shows all the dunder methods in the suggestions. All members tarting with _ should only be shown when completing an _

Made it a separate issue: https://github.com/Vector35/binaryninja-api/issues/5776