ILSupport
ILSupport copied to clipboard
No Syntax Highlighting in Visual Studio 2017 (v15.9.11)
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.
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.
Was the same issue (VS2017), after changing to VS 2019 problem is gone
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.