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.92k stars 363 forks source link

CodeMaid Spade shows no code outline when unsing shared project types #618

Open KenFalcon opened 5 years ago

KenFalcon commented 5 years ago

Environment

Description

CodeMaid Spade shows no code outline when unsing Visual Studios Shared project type.

Steps to recreate

  1. Add Shared Project to current solution
  2. Create a new class and add some code in the Shared Project
  3. Double click the new class to open it

Current behavior

CodeMaid Spade show a brief loading animation (less than asecond) and then does not display anything. Refreshing or changing outlining modes in CodeMaid Spade also does nothing.

Expected behavior

CodeMaid Spade should have displayed the outline of the code in the Shared project code class file.

Note

All other project types that I use work as expected in CodeMaid Spade. The problem seems to occur only when using Shared project types.

PS- Shared project types in this context refers to one of the standard Visual Studio 2017 project types, which can be added to a Solution by right clicking the Solution and selecting add new project.

Great Addin Keep up the good work. Thanks !

codecadwallader commented 5 years ago

Thank you for reporting the issue. Unfortunately I think this is a known issue, please see #588