Skip to content

Commit

Permalink
update docs: add info about script recompilation feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Aug 5, 2024
1 parent 6402ddf commit 480ef9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/user-manual/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Status bar displays context information about the last worked on project and any
<source src="../../assets/user-manual/editor/goto-definition.mp4" type="video/mp4">
</video>

### Recompiling scripts at runtime

<video controls muted>
<source src="../../assets/user-manual/editor/recompiling-scripts.mp4" type="video/mp4">
</video>

**More coming soon!**


Expand Down
1 change: 1 addition & 0 deletions editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This extension provides support for Witcher 3's scripting language WitcherScript
- go to definition/declaration
- hover tooltips
- support for REDKit projects
- recompiling scripts at runtime

**More coming soon!**

Expand Down

0 comments on commit 480ef9f

Please sign in to comment.