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

Reorganization fails due to document language not being supported #422

Open Rizzmond opened 7 years ago

Rizzmond commented 7 years ago

Environment

Description

Reorganization fails on cpp file. [CodeMaid Diagnostic 01:33:32 PM] CodeReorganizationAvailabilityLogic.CanReorganize returned false for 'd:\Midas\Army.cpp' due to the document language not being supported.

Steps to recreate

  1. Attempt to reorganize cpp file

Current behavior

Reorganization failing, claims document language is not supported.

Expected behavior

Reorganization should succeed.

codecadwallader commented 7 years ago

Thanks for reporting the issue. C++ is not currently supported for reorganization, only C# and VB.