codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.89k stars 356 forks source link

Feature request: Search for project config in parent folders #615

Open viceice opened 5 years ago

viceice commented 5 years ago

Environment

Description

We have a huge mono repo and would like to place a central codemaid config in our repo root directory. The solution files can be in any subdirectry. We would like that codemaid can find the config file in our repository root.

Steps to recreate

  1. create a sln file in a project subfoler
  2. place solution codemaid config in project root
  3. open sln
  4. cleanup

Current behavior

Codemaid does not find the solution config and uses settings to cleanup.

Expected behavior

Codemaid finds the solution config and uses the solution settings.

codecadwallader commented 5 years ago

Thanks for the suggestion!