Comment on Ask HN: Nearly a year later, how does RustRover compare to VSCodeparentComments−HeidaradarOP2ywhat "things" is VSCode missing that you used in RustRover?−turtle_heck2yWhen using a struct, RustRover will offer to populate all the properties. VScode will auto complete them one at a time.I've only used this a couple of times but if you paste a block of JSON into a file it will offer to create a new struct implementation from the JSON.That's two things that come to mind
Comments
what "things" is VSCode missing that you used in RustRover?
When using a struct, RustRover will offer to populate all the properties. VScode will auto complete them one at a time.
I've only used this a couple of times but if you paste a block of JSON into a file it will offer to create a new struct implementation from the JSON.
That's two things that come to mind