1

How to format (clean UP) C++ code in visual assist X 10. I'm using Resharper to clean up the code. but the shortcut doesn't work for c++ files.

does this feature exist in visual assist X 10?

RayOldProf
  • 1,040
  • 4
  • 16
  • 40

1 Answers1

0

This might be somewhat off to your question as it does not involve Visual Assist, but I find AStyle Extension as an excellent tool for formatting my source code in C++.

Adelost
  • 2,343
  • 2
  • 23
  • 28