Skip to content

Commit

Permalink
Updated ext. README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Aug 17, 2024
1 parent a98350c commit 3c21e7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/user-manual/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Status bar displays context information about the last worked on project and any

### Go to definition/declaration

Use either the context menu (right click) or left click while holding `LCtrl` to go to the definition of a given code symbol.

<video controls muted>
<source src="../../assets/user-manual/editor/goto-definition.mp4" type="video/mp4">
</video>
Expand All @@ -73,6 +75,12 @@ Status bar displays context information about the last worked on project and any
<source src="../../assets/user-manual/editor/recompiling-scripts.mp4" type="video/mp4">
</video>

### Go to Symbol in Editor/Workspace

Use the `LCtrl + P` shortcut to bring up the "Quick Open" text input. Then type in `@` or `#` proceeeded by the searched for name to look for symbols in the actively opened file or the entire workspace respectively (depending on the configuration). You can also use `LCtrl + LShift + O` and `LCtrl + T` shortcuts.

<!--TODO add video here -->

**More coming soon!**


Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This extension provides support for Witcher 3's scripting language WitcherScript
- importing and comparing scripts with their vanilla counterparts
- go to definition/declaration
- hover tooltips
- support for REDKit projects
- go to symbol in editor/workspace
- recompiling scripts at runtime

**More coming soon!**
Expand Down

0 comments on commit 3c21e7f

Please sign in to comment.