jens1o
893596208e
start with foreach regocnitian
2017-06-10 14:25:05 +02:00
jens1o
454e078cd5
fix merge conflict and abstract detection
2017-06-09 21:59:18 +02:00
jens1o
0c9ee8b33d
I can't count properly
2017-06-09 21:39:12 +02:00
jens1o
eaacc47772
detect when class is abstract
2017-06-09 21:34:35 +02:00
jens1o
7874680740
merge master and improve `canbeInstantiated`
2017-06-09 21:34:15 +02:00
Sara Itani
7f427a1215
Adopt Microsoft/tolerant-php-parser ( #357 )
2017-06-09 20:25:30 +02:00
Stephan Unverwerth
08cf1a3fd7
Allow getting type from define() node ( #363 )
...
* Allow getting type from define() node
- fixes #364
* Add test case for DefinitionResolver
2017-04-24 11:11:40 +02:00
Jens Hausdorf
b1cc7bf6b0
Support constants with define() ( #347 )
2017-04-17 17:03:08 +02:00
Felix Becker
ede90472d0
Remove whitespace
2017-04-17 16:40:29 +02:00
Felix Becker
8ac306f653
Update SymbolInformation.php
2017-04-17 16:37:21 +02:00
jens1o
2625a1062b
fix test & revert last commit
2017-04-17 16:32:19 +02:00
jens1o
93fae1bb13
update code style
2017-04-17 16:16:31 +02:00
jens1o
9d1af84122
code style
2017-04-17 16:06:30 +02:00
jens1o
6fea33db04
unify code
2017-04-17 16:04:12 +02:00
jens1o
7380acc49f
fix code style
2017-04-17 12:18:27 +02:00
jens1o
76e7170f15
rename test constant and fix name gets renamed bug
2017-04-17 12:15:46 +02:00
jens1o
503cc6bcff
fix code style
2017-04-10 12:33:33 +02:00
jens1o
9ff8957f47
fix double definiton
2017-04-10 12:27:59 +02:00
jens1o
07bfdff72d
🚀 support constants
2017-04-10 12:24:22 +02:00
Jens Hausdorf
de6aed608c
Show constructors and destructors with right symbol ( #346 )
2017-04-09 19:44:28 +02:00
Jens Hausdorf
97d1579f37
Update PHPParser dependency ( #345 )
2017-04-09 18:23:46 +02:00
Sara Itani
f50df5cdaf
Enforce memory limit in phpunit.xml ( #320 )
...
This will help highlight memory regressions, make it easier for newcomers to get started with the codebase w/o editing php.ini defaults (128M), and also keep things consistent between local and travis runs.
2017-04-02 14:08:45 +02:00
Talv
14a6d65832
Fix missing '()' for function definition ( #340 )
2017-04-02 00:30:10 +02:00
Jens Hausdorf
4d0a0a2a10
show anything from a doc comment block ( #315 )
2017-03-19 12:15:39 +01:00
Harings Rob
546660f957
Update README.md ( #329 )
...
Updating the used by to no longer link to the deprecated repository.
2017-03-08 16:19:56 +01:00
Sara Itani
7f8eccb5ae
Fix formatting breakage (option 2) ( #324 )
...
PHP_CodeSniffer 3.0 RC4 introduces a breaking change that removes PHPCS from the composer autoloader. This fix addresses the issue by locking to v3.0 RC3.
2017-03-02 10:07:47 +01:00
Sara Itani
0de7ba8335
Ensure diagnostics are cleared on file deletion ( #319 )
...
* Ensure diagnostics are cleared on file deletion
Previously, error diagnostics would not be cleared when a file was deleted while it was closed. This would result in lingering errors in the problems view that could only be cleared by reloading the language server. This fix addresses the issue by adding support for workspace/didChangeWatchedFiles and automatically clearing diagnostics for deleted files.
* add FileEvent constructor
2017-03-01 11:18:37 +01:00
Matthew Brown
56bd465bf8
DefinitionResolver fixes ( #307 )
...
* Fix class references
* Fix return types
2017-02-20 10:28:49 +01:00
Matthew Brown
cbfd70d398
Abort traversal in NodeAtPositionFinder ( #305 )
2017-02-18 00:28:10 +01:00
Cameron Eagans
5d2ab8f369
Add test for #211 ( #270 )
2017-02-15 17:25:06 +01:00
Felix Becker
3856f4f46a
Update PHPParser
2017-02-15 11:16:16 +01:00
Trevor Bortins
d5c54ac30f
Read vendor directory from project's composer.json, if set. ( #281 )
2017-02-07 23:20:12 +01:00
Felix Becker
571b26a0c3
Use php_uname() instead of PHP_OS ( #283 )
2017-02-06 16:42:45 +01:00
Felix Becker
3c11cde9fb
Include packages-dev ( #282 )
2017-02-06 16:35:16 +01:00
Felix Becker
5100d89617
Make resolveExpressionNodeToType() handle null ( #277 )
2017-02-04 12:52:04 +01:00
rox
b90ede7fb3
Neovim is using php language server ( #272 )
2017-02-04 12:04:19 +01:00
Felix Becker
bedd157636
Caching ( #260 )
2017-02-04 00:20:38 +01:00
Cameron Eagans
34d3d2030d
Automatically index stubs on composer install ( #269 )
2017-02-02 18:36:48 +01:00
Cameron Eagans
7fbd68a61a
Depend on phpcs RC2 ( #268 )
2017-02-02 02:06:16 +01:00
Felix Becker
d8823bc7dc
Use JetBrains PHPStorm stubs from packagist ( #264 )
...
* Use JetBrains PHPStorm stubs from packagist
* Fix path
2017-01-30 11:55:13 +01:00
Felix Becker
47b5b6709c
Restart without XDebug if enabled ( #259 )
2017-01-26 02:08:40 +01:00
Felix Becker
96aa998486
Make Index an EventEmitter ( #255 )
2017-01-25 01:38:11 +01:00
Ivan Bozhanov
43a91b0d09
Handle hover for $this ( #249 )
2017-01-19 15:47:11 +01:00
Felix Becker
d080c161a9
Don't crash if indexing fails
2017-01-13 12:06:58 -08:00
Felix Becker
106aa24b5d
Implement global references protocol extension ( #236 )
2017-01-10 17:08:52 -08:00
Felix Becker
49245fd4d3
Allow overriding ( #229 )
...
* Add missing documentLoader property
* Make PhpDocumentLoader->contentRetriever public
2017-01-04 19:18:14 -08:00
Felix Becker
662143abad
Fix wrong function call in DefinitionResolver
2016-12-24 16:35:20 +01:00
Kaloyan Raev
de0dd32a67
Add used by Eclipse IDE (LSP4E-PHP) ( #224 )
2016-12-23 11:10:44 +01:00
Felix Becker
b93d4f33cb
Fix stubs location
2016-12-20 13:53:15 +01:00
Felix Becker
710d2a7ff7
Fix autoloading in ComposerScripts
2016-12-20 13:44:01 +01:00