tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Support Visual Studio 2017 #83

Closed sharwell closed 7 years ago

sharwell commented 7 years ago

Fixes #80 Supersedes #81

⚠️ This is still in progress, and more specifically is almost completely untested. However, if an AppVeyor build completes then it should have VSIX files attached to the build output which testers can install locally in order to provide early feedback.

jamesqo commented 7 years ago

@sharwell Thanks a lot for working on this PR. I've just tried out the extension for myself. Getting syntax highlighting for the files is great, but there are a couple of issues with the extension:

antlr_none antlr_properties
sharwell commented 7 years ago

@jamesqo Are you working with the new project system (for .NET Core and/or multi-targeting)? I would only expect those features to work with the old project system currently.

jamesqo commented 7 years ago

@sharwell I was working in a .NET Standard Library, yes. To your word, I just tried with a traditional .NET Framework lib and it seems to work fine.