tunnelvisionlabs / LangSvcV2

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

ANTLR properties do not appear for grammar files in new project system #85

Closed sharwell closed 7 years ago

sharwell commented 7 years ago

:link: Originally reported by @jamesqo in https://github.com/tunnelvisionlabs/LangSvcV2/pull/83#issuecomment-309955557.

sharwell commented 7 years ago

I'm currently waiting to hear back from some people regarding whether or not the new project system supports object extenders. The ANTLR extension registers to use this functionality here: https://github.com/tunnelvisionlabs/LangSvcV2/blob/fc8d2e00efb3348b341827d20369490805091c73/Tvl.VisualStudio.Language.Antlr3/AntlrLanguagePackage.cs#L161-L166

sharwell commented 7 years ago

The new project system allows this behavior to be provided by a NuGet package, so I'm closing this in favor of tunnelvisionlabs/antlr4cs#234.