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.
I have developed the iBATIS plugin, and you can take a look.
Where I can see it? I found one for IntelliJ, but nothing for ReSharper.
Hi! Check out the Navigation section in the Plugin Development Guide.