Adding to ReSharper's 'Related Files' list -


Next to version 5.0, the RasRar provides one that provides a list of files that R # thinks currently. Files related to the edit are: For example, the base type, the derived type, .designer.cs related to .cs , and so on.

I have seen in the R # option and also online, but have not been found:

Is there a way to add files to this list, either within R # or Already Exists Plug-ins?

(My motivation is that it should be able to coding time between files containing those sections which are an run-time-only conference-over-configuration, er, from the conference

I do not know about existing plugins, but this feature can be increased . You need to implement the IRelatedFilesProvider interface in your plugin and mark it with the RelatedFilesProvider attribute. As far as I know, NHibernate plugins do for the same task.

Comments