Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>REDscript IDENew to Visual Studio Code? Get it now.
REDscript IDE

REDscript IDE

jac3km4

|
769 installs
| (0) | Free
REDscript language server integration for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

redscript-ide-vscode

VS Code extension for REDscript, client for the REDscript IDE.

installation

This extension can be installed from the VSCode marketplace.

To complete the setup, you need to provide the game installation path in preferences:

features

  • error and warning diagnostics
  • autocompletion for methods and fields
  • hover for function definitions and types
  • go-to-definition
    • bonus: limited support for redmod (scripted functions)
  • workspace symbols
  • formatting (beta)
  • debugger (requires redscript-dap)
  • hooks for external tools

ide-gif

configuration

The language server will attempt to load a TOML file named .redscript from every workspace folder. This file can contain the following configuration options:

  • source_roots allows you to specify source directories where the compiler should look for REDscript files, defaults to ["."]
  • format block allows you to configure the formatter, you can find the available options here

Here's an example .redscript file:

source_roots = [".", "../red4ext/plugins"]

[format]
indent = 2
max_width = 80
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft