iBatis goto declaration
Hi,
I want to implement iBatis goto declaration plugin. Let's say we have following code:
QueryForObject<IBatchFile>("GetDownloadFile", param);
GetDownloadFile stored procedure mapping is declared in iBatis xml declaration file. I want to easily navigate to xml declaration from line above.
I found many examples about ActionContext, but nothing about Navigation. Can you point me in right direction?
Please sign in to leave a comment.