Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · master
Serenata
Browse files
Aug 11, 2019
Support arrow functions introduced in PHP 7.4
· 157cf5f8
Gert
authored
Aug 11, 2019
157cf5f8
Support typed properties introduced in PHP 7.4
· f24727ee
Gert
authored
Aug 11, 2019
f24727ee
Aug 10, 2019
Move most completion FQCNs to detail instead of label
· 85083216
Gert
authored
Aug 10, 2019
85083216
Aug 08, 2019
Fix backslashes not properly escaped in FQCN completions
· 37d245d2
Gert
authored
Aug 08, 2019
37d245d2
Fix backslashes not properly escaped in namespace completions
· fff3cead
Gert
authored
Aug 08, 2019
fff3cead
Document where to find unstable builds as PHARs
· ab08625f
Gert
authored
Aug 08, 2019
ab08625f
Document installing via PHAR
· 4981336f
Gert
authored
Aug 08, 2019
4981336f
Remove listing of supported features and just reference wiki
· f673f5a0
Gert
authored
Aug 08, 2019
f673f5a0
Aug 07, 2019
Update CHANGELOG
· c649aec6
Gert
authored
Aug 07, 2019
View commits for tag 5.0.0-RC3
5.0.0-RC3
c649aec6
Do not depend on chdir for autoload.php to avoid problems in PHAR
· c7003878
Gert
authored
Aug 07, 2019
c7003878
Remove dead code
· 7741fa0b
Gert
authored
Aug 07, 2019
7741fa0b
Use GZ compression because I'm too lazy to install bz2
· a2180375
Gert
authored
Aug 07, 2019
a2180375
Aug 06, 2019
Generate PHAR archive for all supported PHP versions during CI
· 1cd5da10
Gert
authored
Aug 06, 2019
1cd5da10
Aug 01, 2019
Fix leftover incorrect method call
· a1d74a07
Gert
authored
Aug 01, 2019
a1d74a07
Jul 27, 2019
Fix incorrect class import location when only function imports exist
· 6d7d6e07
Gert
authored
Jul 27, 2019
6d7d6e07
Rename confusing test names
· 341d66d8
Gert
authored
Jul 27, 2019
341d66d8
Fix no import generated when name with different kind is already present
· ecba61c8
Gert
authored
Jul 27, 2019
ecba61c8
Add missing space in exception message
· 6698b7bf
Gert
authored
Jul 27, 2019
6698b7bf
Remove fixme
· c2c3b6e1
Gert
authored
Jul 27, 2019
c2c3b6e1
Require that index database location is sent by client
· cb0d359d
Gert
authored
Jul 27, 2019
cb0d359d
Jul 26, 2019
Finish basic support for textDocument/documentHighlight
· cd8585c5
Gert
authored
Jul 26, 2019
cd8585c5
Jul 25, 2019
Implement first version of document highlight
· 1ee8b3eb
Gert
authored
Jul 25, 2019
1ee8b3eb
Fix class description
· 79d3a8ef
Gert
authored
Jul 25, 2019
79d3a8ef
Jul 20, 2019
Don't hard require project file to be present during initialization
· 16674de9
Gert
authored
Jul 20, 2019
16674de9
Fix incorrect docblock description
· 9c34a170
Gert
authored
Jul 20, 2019
9c34a170
Jun 16, 2019
Fix completion suggestions not properly escaping backslashes
· 69863238
Gert
authored
Jun 16, 2019
69863238
Rename PHPUnit "PHP Integrator" reference to "Serenata"
· 25affbb5
Gert
authored
Jun 16, 2019
25affbb5
Return use statement insertions for constant and function completions
· 72d4b0d5
Gert
authored
Jun 16, 2019
72d4b0d5
Jun 13, 2019
Show functions after "use function"
· a09e5f15
Gert
authored
Jun 13, 2019
a09e5f15
Show constants after "use const"
· 6acc9586
Gert
authored
Jun 13, 2019
6acc9586
Don't show classlike suggestions after "use const" and "use function"
· 66106ec7
Gert
authored
Jun 13, 2019
66106ec7
Prevent clients from caching completion results and filtering themselves
· 0c940c2a
Gert
authored
Jun 13, 2019
0c940c2a
Jun 12, 2019
Show FQCN for constants and functions during autocompletion
· bf9ec361
Gert
authored
Jun 12, 2019
bf9ec361
Jun 11, 2019
Stub textDocument/didOpen and textDocument/didClose
· 57a281d5
Gert
authored
Jun 11, 2019
57a281d5
Jun 10, 2019
Replace minimum-stability reference with dev mention for single package
· 29596bdb
Gert
authored
Jun 10, 2019
29596bdb
Fix diagnostics being sent for ignored files
· a57ea416
Gert
authored
Jun 10, 2019
a57ea416
Fix PHPStan error
· 2f744ab9
Gert
authored
Jun 10, 2019
2f744ab9
Jun 06, 2019
Update CHANGELOG
· c501304e
Gert
authored
Jun 06, 2019
c501304e
Fix crash with erroneous code containing multiple object arrows
· ba077e87
Gert
authored
Jun 06, 2019
ba077e87
Index URIs configured in project instead of rootUri passed during init
· 316a0b7e
Gert
authored
Jun 06, 2019
316a0b7e
Loading