This extension provides Synergy language support for Visual Studio Code (VS Code), enabling you to write, navigate, and build Synergy code seamlessly.
Feel free to give feedback here on any bugs or future features you would like to see.
Available Features
Code Navigation
Jump to tags and external subroutines using ctrl + click on a tag or subroutine name (e.g. XCALL MY_SUBROUTINE)
If external subroutines defined in your code base are not being navigated to, raise a request to support your file extension here.
Supported file extensions:
.VT100
.DBL
Repository Schema Explorer (rps+)
Access the explorer through the activity bar
Build Synergy Files Synergy: Build File
Build .VT100 & .DBL files by pressing F5 on an open file, or run Synergy: Build File in the command palette
Be sure to set your VS Code terminal to Powershell
Syntax Highlighting
Easily distinguish between user defined and synergy defined functions