Extension for Visual Studio code to easily edit the decompiled scripts from the remasters of Sonic CD and Sonic the Hedgehog 1/2.
The only working feature at the moment is some basic syntax highlighting. There is the idea of including error checking and auto-completion, but no active plans to support it in a near future.
The following code will return a false error:
#platform: Standard
if Variable == 1
#endplatform
#platform: Mobile
if Variable == 2
#endplatform
Foo()
endif
Please refer to the changelog page to know about the most recent release notes.