From 1c87d1443a7b0533cfc31468a9e26cec73ef6080 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 14:39:53 -0600 Subject: [PATCH 1/5] Add Go to Bracket mention --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f8ae78d2d..b88f663f4 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 From 9348981f56921c39dc3e373d357dbe0dd8b6029b Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 14:43:02 -0600 Subject: [PATCH 2/5] fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88f663f4..d28768821 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ 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: +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+| From a40dc761f1fba403272816516fb912bd069b67f0 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 14:44:48 -0600 Subject: [PATCH 3/5] formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d28768821..da4ea4586 100644 --- a/README.md +++ b/README.md @@ -222,10 +222,10 @@ 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+^ +- Mac: Cmd+Shift+\ +- Windows: Ctrl+Shift+\ +- Windows with spanish keyboard: Ctrl+Shift+| +- Windows with german keyboard: Ctrl+Shift+^ ### Miscellaneous Features From c4599c1902b68ebd4c4f000dc48ea6f40d6401a5 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 15:39:27 -0600 Subject: [PATCH 4/5] Update README.md Co-authored-by: Stephen Weatherford (MSFT) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da4ea4586..8ac9fac2f 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ To assist with navigating complex expressions or multi-line strings, VS Code has - Mac: Cmd+Shift+\ - Windows: Ctrl+Shift+\ - Windows with spanish keyboard: Ctrl+Shift+| -- Windows with german keyboard: Ctrl+Shift+^ +- Windows with German keyboard: Ctrl+Shift+^ ### Miscellaneous Features From 1c820f3a9d5e9345b19638b6aeb7e612d1f34853 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Thu, 21 Jan 2021 15:39:37 -0600 Subject: [PATCH 5/5] Update README.md Co-authored-by: Stephen Weatherford (MSFT) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ac9fac2f..0e9c9b2ff 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Select a JSON string or a subset of an expression string then select the lightbu 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 Spanish keyboard: Ctrl+Shift+| - Windows with German keyboard: Ctrl+Shift+^ ### Miscellaneous Features