copilot-explorer icon indicating copy to clipboard operation
copilot-explorer copied to clipboard

Integrate with Codex or some other service for code explanation

Open thakkarparth007 opened this issue 3 years ago • 1 comments

Some methods are rather hard to understand without spending some time (especially because my deobfuscation only handles a few kinds of obfuscation patterns).

Would be great to select a piece of code, and the interface queries codex for its explanation.

thakkarparth007 avatar Nov 29 '22 10:11 thakkarparth007

This exists but probably needs some prompt engineering to make it work better. To use this, select some snippet in the code view, right click, "Describe this snippet". But this requires you to set up the tool locally, because the browser will send a request to localhost:5000 (the python app).

thakkarparth007 avatar Jan 21 '23 11:01 thakkarparth007