Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 898 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 898 Bytes

RSDK Script for Visual Studio Code

Extension for Visual Studio code to easily edit the decompiled scripts from the remasters of Sonic CD and Sonic the Hedgehog 1/2.

Features

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.

syntax highlight preview

Known Issues

The following code will return a false error:

#platform: Standard
    if Variable == 1
#endplatform
#platform: Mobile
    if Variable == 2
#endplatform
        Foo()
    endif

Release Notes

Please refer to the changelog page to know about the most recent release notes.