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.
Run Create Method Implementations (Shift+Alt+Q) from the name of your class, not its individual methods.