Skip to content

Commit 386c283

Browse files
authored
Explain features
1 parent ae869a4 commit 386c283

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
------
1010

11+
## Features
12+
13+
* Every error has it's own clickable file + line link (default formatter shows the file once, and then displays the line + errors)
14+
* Errors don't wrap, so they take your while terminal (default formatter wraps in a table)
15+
* Highlighting of variables, fully qualified class names and other common types. This is done naively and there are cases where it does not work.
16+
* Long file paths are truncated visually (src/App/../Entity/User.php) while keeping the clickable link intact
17+
* The filename + line is clickable depending on your terminal and their support for clickable links. For example, in PHPStorm's built-in editor, it doesn't work and there we print `file:///Volumes/CS/www/src/App/User.php`.
18+
1119
## Installation
1220

1321
To use this extension, require it in [Composer](https://getcomposer.org/):

0 commit comments

Comments
 (0)