VS Code extension for redscript, client for the redscript IDE.
This extension can be installed by dragging the latest VSIX release file onto your VSCode extension bar.
To complete the setup, you need to provide the game installation path in preferences:
If you don't like the UI, it can also be added in JSON preferences:
"redscript.gameDir": "D:\\path\\to\\base\\game\\Cyberpunk 2077",
- 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)