cezarypiatek / MappingGenerator

:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
https://marketplace.visualstudio.com/items?itemName=54748ff9-45fc-43c2-8ec5-cf7912bc3b84.mappinggenerator
MIT License
1.03k stars 120 forks source link

VS Code support may now be possible? #111

Closed ericsampson closed 4 years ago

ericsampson commented 4 years ago

Does this help address the original issue that was preventing VS Code support? https://github.com/dotnet/roslyn/pull/35685 https://www.strathweb.com/2019/04/roslyn-analyzers-in-code-fixes-in-omnisharp-and-vs-code/

I really like MappingGenerator, but a lot of my colleagues are running Mac/VSCode, so until Code works we won't be able to adopt it more widely unfortunately : (

Cheers, Eric

cezarypiatek commented 4 years ago

Hi, this article is about roslyn analyzers. MappingGenerator is built as code refactoring and link to the instruction on how to install code refactorings to VSCode has been provided in the mentioned issue. https://www.strathweb.com/2017/05/using-roslyn-refactorings-with-omnisharp-and-visual-studio-code/