Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Synergy DBLNew to Visual Studio Code? Get it now.
Synergy DBL

Synergy DBL

Synergex International Corp.

|
1,075 installs
| (1) | Free
Simple implementation of Synergy DBL and Synergy Data Language in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Synergy Language Tools for VS Code

Basic language support for Synergy DBL and Synergy Data Language.


Features

  • Syntax Highlighting

    • Synergy DBL (.dbl)
    • Synergy Data Language (.sdl)
  • Language Configuration
    Bracket matching, comments, indentation

  • XML Support
    .synproj file recognition

  • Experimental LSP IntelliSense (SDL only)
    GoToDef for Templates (same-file, Windows only)


Install

  1. Open Extensions (Ctrl+Shift+X).
  2. Search for Synergy DBL.
  3. Click Install.

Configure

The following file extensions are configured by default:

  • .dbl → Synergy DBL
  • .sdl → Synergy Data Language
  • .synproj → XML

To associate additional file extensions with Synergy languages, add the following to your VS Code settings (settings.json):

"files.associations": {
  "*.myext": "dbl",  // Add ".myext" extension to Synergy DBL
  "*.anotherext": "sdl" // Add ".anotherext" to Synergy Data Language
}

Development

Contributions are currently internal-only. We are evaluating opening this project to external contributors in the future.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft