diff --git a/README.md b/README.md index 3a5d1ae..d4efa24 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,12 @@ If you find this extension useful (you feel it helps you on the daily basis) you ### Contributing Before you start any contributig work, plase read the [contribution guidline](/docs/CONTRIBUTING.md) +### Using along with Resharper + +If you are not able to open Roslyn refactoring menu (`ctr + .`) please verify your Resharper settings related to `Visual Studio Integration`. For more information please check [#50](https://github.com/cezarypiatek/MappingGenerator/issues/50) + +![resharper settings](doc/resharper_settings.jpg) + ## Main features ### Generate mapping method body diff --git a/doc/resharper_settings.jpg b/doc/resharper_settings.jpg new file mode 100644 index 0000000..afe2f30 Binary files /dev/null and b/doc/resharper_settings.jpg differ