hmemcpy / Nancy.ReSharper

Nancy plugin for ReSharper adds navigation and intellisense support for NancyFx in ReSharper, for super-duper-happy-path web development!
MIT License
53 stars 6 forks source link

Add support for local extrernal annotations directory for R# 7 #15

Closed hmemcpy closed 11 years ago

hmemcpy commented 11 years ago

Use @citizenmatt's plugin for reference.

thecodejunkie commented 11 years ago

Hmm is this the same as #17 that I just added?

citizenmatt commented 11 years ago

No. This is for annotations, #17 is for live templates (snippets). Annotations give ReSharper more context for analysis - e.g. CanBeNull, NotNull or for extra features, such as the string format helper highlighting.

hmemcpy commented 11 years ago

There are already several annotations bundled with the plugin, but for things the plugin needs. For R# 7 they are being put in %programfiles% by the installer.

hmemcpy commented 11 years ago

I will close this as wontfix, as ReSharper 7 support will slowly become obsolete. Annotations are distributed with the extension in ReSharper 8.