-
I've been enjoying writing my first C++ plugin with Binary Ninja recently. To streamline my workflow, I often refer to the Python API and test features before implementing them in C++. Using VSCode, I can quickly look up methods and properties with the Python language server before moving to Binary Ninja and trying them in the console. It would be incredibly useful to have autocomplete hints directly in the Binary Ninja console. This feature would enhance the workflow and encourage more efficient and straightforward operations. |
Beta Was this translation helpful? Give feedback.
Answered by
plafosse
May 28, 2024
Replies: 1 comment 4 replies
Answer selected by
uniquadev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What other than the existing tab completion would you like?