I have a custom build setup in visual studio (thus I can't use vs code) but I use typescript's normal language service. Adding assemblyscript to my build pipeline should be easy, but I'm stuck on how I could get assemblyscript's language service to be used by visual studio's intellisense?
If there's a plugin for Visual Studio so that it can compile assembly script the same way typescript works that would be best (because I can override it in the project's build script).
Thanks!
I have a custom build setup in visual studio (thus I can't use vs code) but I use typescript's normal language service. Adding assemblyscript to my build pipeline should be easy, but I'm stuck on how I could get assemblyscript's language service to be used by visual studio's intellisense?
If there's a plugin for Visual Studio so that it can compile assembly script the same way typescript works that would be best (because I can override it in the project's build script).
Thanks!