How to add a custom Paste Special command to the VS Editor menu
When editing code with the Visual Studio Editor, you may have come across a very useful feature that allows for copying JSON or XML data to the clipboard, and then pasting new classes into your code based upon the structure of the data. For example, consider the following JSON data: {“employees”:[ {“firstName”:”John”, “lastName”:”Deere”, “age”:”25″},… Read more