ILSupport icon indicating copy to clipboard operation
ILSupport copied to clipboard

No Syntax Highlighting in Visual Studio 2017 (v15.9.11)

Open koestnerf opened this issue 5 years ago • 3 comments

Installed the VSIX, added a new empty IL project to existing solution, added an existing .IL file to new project. The IL does not have syntax highlighting.

Added a new IL class library, with the template-provided Square method. The Class1.il does not have syntax highlighting.

koestnerf avatar Oct 15 '19 21:10 koestnerf

I can also reproduce this on my side. I don't have time to debug this right now, but I'll check it out as soon as possible.

Thank you for reporting this.

ins0mniaque avatar Oct 17 '19 18:10 ins0mniaque

Was the same issue (VS2017), after changing to VS 2019 problem is gone

DSivtsov avatar Nov 09 '19 00:11 DSivtsov

I switched to using the new Microsoft.VisualStudio.SDK package when adding Visual Studio 2019 support, and it seems I'm not referencing the right packages/versions to make it work on 2017.

When I get more time, I'll fix this. For now, as a workaround, the previous version of IL Support should still work.

ins0mniaque avatar Nov 09 '19 17:11 ins0mniaque