You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/vscode.mdx
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,13 @@ You can control the output verbosity level in VSCode output, or let it inherit f
26
26
27
27
### Navigation
28
28
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.
30
30
31
-

31
+
- The Outline panle shows an overview of your Pester-blocks.<br/>
32
+

32
33
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
+

34
36
35
-

36
-
37
-
`Context`, `Describe` and `It` blocks are all searchable using Go to symbol commands
38
-
39
-

37
+
-`Context`, `Describe` and `It` blocks are all searchable using Go to symbol commands.<br/>
38
+

0 commit comments