Skip to content

Commit 5bc6c3c

Browse files
committed
Use list for navigation features
1 parent 7fc394c commit 5bc6c3c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/usage/vscode.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ You can control the output verbosity level in VSCode output, or let it inherit f
2626

2727
### Navigation
2828

29-
Pester-blocks are recognized by the PowerShell-extension to simplify navigation in your test files. You can see the strcuture of your Pester file using the Outline view.
29+
Pester-blocks are recognized by the PowerShell-extension to simplify navigation in your test files.
3030

31-
![Shows a outline of Pester block structure in the sidepanel](images/vscode-outline.png)
31+
- The Outline panle shows an overview of your Pester-blocks.<br/>
32+
![Shows a outline of Pester block structure in the sidepanel](images/vscode-outline.png)
3233

33-
Your current location in nested blocks are shown in the breadcrumbs and sticky scroll features:
34+
- Your current location in easily identified using breadcrumbs or the sticky scroll features.<br/>
35+
![Shows nested blocks as sticky lines above the current line in the editor](images/vscode-breadcrumbs.png)
3436

35-
![Shows nested blocks as sticky lines above the current line in the editor](images/vscode-breadcrumbs.png)
36-
37-
`Context`, `Describe` and `It` blocks are all searchable using Go to symbol commands
38-
39-
![Shows a search result for Help is found-test using the Go To Symbol in Workspace command](images/vscode-symbol.png)
37+
- `Context`, `Describe` and `It` blocks are all searchable using Go to symbol commands.<br/>
38+
![Shows a search result for Help is found-test using the Go To Symbol in Workspace command](images/vscode-symbol.png)

0 commit comments

Comments
 (0)