Search code examples
oopvisual-c++visual-assist

Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X?


Can we refactor our class if its fully written in .h file into .h + .cpp using Visual Assist X? (I mean having all functions written in .h file)


Solution

  • The VA feature Move Implementation to Source File can help you move methods from a class header to the class source file.