Skip to content

Commit

Permalink
Add tip for using Go to Bracket to README (#1148)
Browse files Browse the repository at this point in the history
* Add Go to Bracket mention

* fix links

* formatting

* Update README.md

Co-authored-by: Stephen Weatherford (MSFT) <[email protected]>

* Update README.md

Co-authored-by: Stephen Weatherford (MSFT) <[email protected]>

Co-authored-by: Stephen Weatherford (MSFT) <[email protected]>
  • Loading branch information
MarcusFelling and StephenWeatherford authored Jan 21, 2021
1 parent 3951af5 commit 6a95ade
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a95ade

Please sign in to comment.