From 6a95ade747e85ac16920027d7ba5310b9ef16d7c Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 16:29:14 -0600 Subject: [PATCH] Add tip for using Go to Bracket to README (#1148) * Add Go to Bracket mention * fix links * formatting * Update README.md Co-authored-by: Stephen Weatherford (MSFT) * Update README.md Co-authored-by: Stephen Weatherford (MSFT) Co-authored-by: Stephen Weatherford (MSFT) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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