c# - How to show the "paste Json class" in visual studio 2012 when clicking on Paste Special? -
i trying use past special feature in vs 2012 in order generate c# class json data. downloaded json.new newtonsoft nuget , added new .cs class copied json data clipboard when go edit-> paste special --> can see: paste xml classes paste json classes feature not showing. suggestions? in advance
this getting , please note have installed newtonsoft.json already:
i created new project, installed newtonsoft.json , added class.
if have class file open, copy json data , choose edit -> paste special see both options:

if have other kind of file open (e.g. app.config), see "paste json as classes" (and it's greyed out)

it seem bit flaky though - had recopy data before show up.
try a) recopying data b) playing around windows you've got open c) reinstalling extension
Comments
Post a Comment