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
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
May 25, 2019
Update to latest PHPStan version (0.11.7)
· 5322307e
Gert
authored
May 25, 2019
5322307e
May 18, 2019
Fix shutdown request not being handled
· 866c71ec
Gert
authored
May 18, 2019
866c71ec
Add preliminary CHANGELOG for 5.0.0-RC2
· 49d295f1
Gert
authored
May 18, 2019
49d295f1
Move 4.3.1 CHANGELOG up
· 031a86c7
Gert
authored
May 18, 2019
031a86c7
Replace ManagerRegistry Proxy class with actual Doctrine proxy class
· b5a31d90
Gert
authored
May 18, 2019
b5a31d90
May 17, 2019
Merge branch 'tmp/4.3.1'
· d54e7cb5
Gert
authored
May 17, 2019
d54e7cb5
Update CHANGELOG
· 5d8f00e1
Gert
authored
May 17, 2019
5d8f00e1
Backport test fixes
· c4d0c7eb
Gert
authored
May 17, 2019
c4d0c7eb
Fix crash with latest dependencies due to missing interface in Doctrine
· 70b93c5d
Gert
authored
May 17, 2019
70b93c5d
Fix crash with latest dependencies due to missing interface in Doctrine
· c6a4e42e
Gert
authored
May 17, 2019
c6a4e42e
Pin dependencies to their latest versions
· 6a1bc6a7
Gert
authored
May 17, 2019
6a1bc6a7
Update PHPStan to latest version
· da2482c3
Gert
authored
May 17, 2019
da2482c3
Dec 18, 2018
Update CHANGELOG
· a8bee542
Gert
authored
Dec 18, 2018
a8bee542
Dec 17, 2018
Update README
· 69641489
Gert
authored
Dec 17, 2018
69641489
Don't return fatal error when unknown request is sent
· 5140a936
Gert
authored
Dec 17, 2018
5140a936
Dec 16, 2018
Rename "Command" to "JsonRpcQueueItemHandler" in (parts of) class names
· fa1dc57a
Gert
authored
Dec 16, 2018
fa1dc57a
Fix incorrect namespace for LinterTest class
· 2e0c1ae5
Gert
authored
Dec 16, 2018
2e0c1ae5
Fix vertical alignment
· cbe1d140
Gert
authored
Dec 16, 2018
cbe1d140
Fix PSR-2 warning
· 93fd3039
Gert
authored
Dec 16, 2018
93fd3039
Fix incorrect type hint
· a3b25c8c
Gert
authored
Dec 16, 2018
a3b25c8c
Extract JsonRpcQueueItemHandlerFactory from JsonRpcQueueItemProcessor
· 5baa7d19
Gert
authored
Dec 16, 2018
5baa7d19
Fix incorrect property name
· c759297b
Gert
authored
Dec 16, 2018
c759297b
Dec 15, 2018
Rename indexer service to backendIndexer
· e5036999
Gert
authored
Dec 15, 2018
e5036999
Turn LintCommand into DiagnosticsCommand that pushes notifications
· bda8d5b0
Gert
authored
Dec 15, 2018
bda8d5b0
Fix not all request names being explicitly registered
· 3bc75aad
Gert
authored
Dec 15, 2018
3bc75aad
Loading