We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae2d6 commit 28b2f8eCopy full SHA for 28b2f8e
README.md
@@ -54,10 +54,16 @@ parameters:
54
55
When you haven't done so, make sure to configure the [editorUrl](https://phpstan.org/user-guide/output-format#opening-file-in-an-editor):
56
57
+For example, on PhpStorm:
58
+
59
```neon
60
parameters:
- # on PhpStorm
61
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
62
+```
63
64
+On Visual Studio Code, you can change to:
65
- # On Visual Studio Code, change to:
- # editorUrl: 'vscode://file/%%file%%:%%line%%'
66
+```neon
67
+parameters:
68
+ editorUrl: 'vscode://file/%%file%%:%%line%%'
69
0 commit comments