Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
koestnerf opened this issue Oct 15, 2019 · 3 comments
Open

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

koestnerf opened this issue Oct 15, 2019 · 3 comments

Comments

@koestnerf
Copy link

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.

@ins0mniaque
Copy link
Owner

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.

@DSivtsov
Copy link

DSivtsov commented Nov 9, 2019

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

@ins0mniaque
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants