Skip to content

Commit 28b2f8e

Browse files
committed
update per detail
1 parent 5aae2d6 commit 28b2f8e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,16 @@ parameters:
5454

5555
When you haven't done so, make sure to configure the [editorUrl](https://phpstan.org/user-guide/output-format#opening-file-in-an-editor):
5656

57+
For example, on PhpStorm:
58+
5759
```neon
5860
parameters:
59-
# on PhpStorm
6061
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
62+
```
63+
64+
On Visual Studio Code, you can change to:
6165

62-
# On Visual Studio Code, change to:
63-
# editorUrl: 'vscode://file/%%file%%:%%line%%'
66+
```neon
67+
parameters:
68+
editorUrl: 'vscode://file/%%file%%:%%line%%'
69+
```

0 commit comments

Comments
 (0)