Installation
Getting started with GAMS-IDE is easy. You'll need to have VS Code and GAMS installed on your system.
Prerequisites
- VS Code: Download and install Visual Studio Code from code.visualstudio.com.
- GAMS: Download and install the method appropriate for your operating system from gams.com.
- Note: Ensure GAMS is added to your system's PATH, or you will need to configure the
gamsExecutablepath manually in the extension settings.
- Note: Ensure GAMS is added to your system's PATH, or you will need to configure the
Installing the Extension
The GAMS-IDE extension is available on the Visual Studio Code Marketplace.
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS). - Search for
GAMS-IDE. - Click Install.

Verifying the Installation
To verify that the extension is working correctly:
- Open a
.gmsfile. - You should see syntax highlighting for GAMS code.
- The status bar should show GAMS-related information.
TIP
If you encounter any issues, check the Troubleshooting section or ensure your GAMS installation is correctly configured in the Settings.