2

I'm using visual studio 2013 Pro Edition with Visual Assist X. Is there away to create all the functions with one command? Right I have to run the create implementation command for each function. Also it seem that visual assist x does not handle the ordering or let you select the ordering of the functions.

Thanks.

1 Answers1

1

Run Create Method Implementations (Shift+Alt+Q) from the name of your class, not its individual methods.

Create Method Implementations

Jeff
  • 291
  • 1
  • 3