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

ANTLR Language Support for Visual Studio 2019? #111

Open
TheColonel2688 opened this issue Jan 31, 2021 · 3 comments
Open

ANTLR Language Support for Visual Studio 2019? #111

TheColonel2688 opened this issue Jan 31, 2021 · 3 comments

Comments

@TheColonel2688
Copy link

Is there ever going to be an update to the ANTLR Language Support extension for visual Studios to allow compatibility with 2019?

https://marketplace.visualstudio.com/items?itemName=SamHarwell.ANTLRLanguageSupport

@xanth
Copy link

xanth commented Jul 21, 2021

Well #109 was pulled in but it doesn't seem to have been pushed to the marketplace, @sharwell anything we can do to help?

@ChristophSchmidpeter
Copy link

I have tried today and I can confirm that it is available for VS 2017 but not VS 2019 still.
@sharwell Could you publish it to the marketplace, please? Or how can we do so?

@ghilios
Copy link

ghilios commented Nov 13, 2021

I just ended up building it myself. The steps are pretty simple:

  1. Clone from master
  2. Install "Visual Studio extension development" from the Visual Studio installer
  3. "sn -k LangSvcV2\External\Key.snk" using the VS Tools Commands. This will create an encryption key used during the build process
  4. Open SimpleC.sln
  5. Change the build type to Release - Any CPU and build
  6. Run Tvl.VisualStudio.Language.Antlr3\bin\Release\net45\Tvl.VisualStudio.Language.Antlr3.vsix

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

4 participants