/redscript-ide-vscode

Primary LanguageTypeScriptMIT LicenseMIT

redscript-ide-vscode

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

usage

This extension can be installed by dragging the latest VSIX release file onto your VSCode extension bar.

To complete the setup, you need to fill in at least one of the preferences:

If you don't like the UI, they can also be added as JSON preferences:

"redscript.gameDir": "D:\\path\\to\\base\\game\\Cyberpunk 2077",
"redscript.scriptCachePath": "D:\\path\\to\\r6\\cache\\final.redscripts.bk"

You can provide either gameDir or scriptCachePath (you need at least one of them).

features

  • error and warning diagnostics
  • autocompletion for methods and fields
  • hover for function definitions and types

ide-gif