Roms1383 / redscript-ide-vscode

VS Code extension for redscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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",

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)

ide-gif

About

VS Code extension for redscript

License:MIT License


Languages

Language:TypeScript 100.0%