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?
请先登录再写评论。
What exactly would such code do? I'm not quite sure I understand what you want to achieve here.