codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Using command line to run CodeMaid on existing files

Open YonatanGazit opened this issue 3 years ago • 1 comments

Environment

  • Visual Studio version: 2017
  • Codemaid version: 12.0
  • Code language: C++, Python

Description

Can I run Codemaid trough the command line (Windos\Linux) on selected files or folders or even using a configuration file in order to enforce Codemaid execution?

Current behavior

Need to use VS and save existing files.

Expected behavior

Automate Codemade on selected configuration file.

YonatanGazit avatar Jun 09 '22 10:06 YonatanGazit

Thanks for asking the question. Unfortunately no, CodeMaid is heavily dependent on Visual Studio APIs that are only available while the IDE is open. There's a little more detail in #520

codecadwallader avatar Jun 17 '22 14:06 codecadwallader