This is used to paste a text from clipboard as c# classes, using Right Click or Ctrl+Shift+J: By default it will generate any class type as nullable and all properties will be generated using PascalCase e.g.
will be converted to
However there is an options page to have more control over how the code is generated. |