diff --git a/README.md b/README.md index f8ae78d2d..0e9c9b2ff 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,12 @@ Select a JSON string or a subset of an expression string then select the lightbu ![Image showing hovering over a multi-line string](./images/hover-to-format-string.png) +To assist with navigating complex expressions or multi-line strings, VS Code has a ["Go to Bracket" command](https://www.youtube.com/watch?v=iYUJeFeXPfw&ab_channel=Code2020). You can use the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) or a keyboard shortcut: +- Mac: Cmd+Shift+\ +- Windows: Ctrl+Shift+\ +- Windows with Spanish keyboard: Ctrl+Shift+| +- Windows with German keyboard: Ctrl+Shift+^ + ### Miscellaneous Features - [Signature help](https://code.visualstudio.com/docs/editor/editingevolved#_parameter-hints) for TLE function parameters