jberd126 / resharper-externalcode

ReSharper plugin for including external code
Microsoft Public License
3 stars 8 forks source link

Support for build macros (e.g. $(ConfigurationName)) #2

Open rancomarcus opened 10 years ago

rancomarcus commented 10 years ago

Great ReSharper extension! I added the path obj\Debug to make sure ReSharper finds the files generated by ANTLR and that is working for me.

It would be even better if you could use build macros like $(ConfigurationName) to add \obj\$(ConfigurationName). This way, ReSharper would always use the correct files (could be different between configurations) and you can be sure that the files are actually present (when working in Release configuration, the obj\Debug files might exist).

Do you have any plans to add such feature? Do you think it is supported by the ReSharper add-in framework?

Thanks and best regards,

Ranco Marcus