ReSharper API… Uh… where is it?

梦想与她 提交于 2019-12-06 05:43:39

问题


Ok I must be having a blonde moment, but for the life of me I can't find where to download the ReSharper API, to use with the project I got from here.

Any help or links would be greatly appreciated.


回答1:


Api information:

http://www.jetbrains.com/resharper/features/open_api.html

You mostly need to reference various DLLs in the bin directory of the Resharper folder, then you can get started playing around.

If you don't have a license to the product, that would be an obvious prerequisite.

Edited to add: Here's some ancient documentation, which may get you somewhere: http://www.jetbrains.com/resharper/documentation/help20/Introduction/openapi.html

And the developer forums: http://devnet.jetbrains.net/community/resharper/resharper_eap

And occasional tutorials on their blog: http://blogs.jetbrains.com/dotnet/

It's not really great documentation, but you probably will have at least a little bit of help from Xml Doc comments.




回答2:


You can look at sources of ReSharper PowerToys, open sourced examples of small features done with Open API.



来源:https://stackoverflow.com/questions/3304753/resharper-api-uh-where-is-it

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!