What's inside: a new "How To" section. It's more a set of "question-answer" sections that answer a particular question with a code snippet (like stackoverflow). Question topics are based on my own attempt to develop a R# plugin. So, some topics are already covered in the main guide, some are not. Nevertheless, it's by any means not a replacement for the main guide - The main idea is to lower the entrance barrier by answering the most vital (from my POV of course) questions with working examples.
Each section has a number of prerequisites - "What you should know beforehand" with links to other parts of the How To that explain basics, like, e.g., project model or IProperty. I've also created a separate sample solution that complements this How To - https://github.com/JetBrains/sample-resharper-plugin. Each section (besides of the code snipet inside) contains links to the corresponding files of this solution.
What's inside: a new "How To" section. It's more a set of "question-answer" sections that answer a particular question with a code snippet (like stackoverflow). Question topics are based on my own attempt to develop a R# plugin. So, some topics are already covered in the main guide, some are not. Nevertheless, it's by any means not a replacement for the main guide - The main idea is to lower the entrance barrier by answering the most vital (from my POV of course) questions with working examples. Each section has a number of prerequisites - "What you should know beforehand" with links to other parts of the How To that explain basics, like, e.g., project model or IProperty. I've also created a separate sample solution that complements this How To - https://github.com/JetBrains/sample-resharper-plugin. Each section (besides of the code snipet inside) contains links to the corresponding files of this solution.