Executing a fragment of code and getting the result
I'm looking for a method by which I can supply some Java code, execute it against the codebase currently open in the editor, and access the results. Does any functionality exist like this in the IntelliJ SDK?
Please sign in to leave a comment.
What exactly would such code do? I'm not quite sure I understand what you want to achieve here.