jackhumbert / redscript-ide-vscode

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

About

License:MIT License


Languages

Language:TypeScript 100.0%