Felix Becker
|
891c60c74e
|
Merge branch 'master' into lazy-load-alternative
|
2016-10-11 11:37:27 +02:00 |
Kaloyan Raev
|
d41cde2039
|
Return empty array instead of null for empty definitions result (#64)
|
2016-10-11 10:26:46 +02:00 |
Kaloyan Raev
|
1f808c59e1
|
Fixes #59: Handle correctly negative endLine in PHP Parser errors (#62)
* Fixes #59: Handle correctly negative endLine in PHP Parser errors
* Clearer $startLine calculation
* Add missing test file
* Better calculation of endLine
* Remove trailing spaces
|
2016-10-11 10:15:20 +02:00 |
Felix Becker
|
8ad59a914a
|
Change Project map to FQN => URI
Removes PhpDocument::load(), isLoaded(), unload()
|
2016-10-11 01:50:32 +02:00 |
Felix Becker
|
3cf1fd9c97
|
Remove invalid URI formatting test
|
2016-10-10 15:16:07 +02:00 |
Felix Becker
|
1d5ee25939
|
Add test for didClose
|
2016-10-10 15:08:55 +02:00 |
Michal Niewrzal
|
e75c1592fc
|
Use PHP_CodeSniffer as a formatter (#35)
Also adds uriTopath util function
|
2016-10-10 15:06:02 +02:00 |
Felix Becker
|
7322a6c658
|
Add fromNode() factories and correct columns
|
2016-10-09 15:58:39 +02:00 |
Felix Becker
|
6be53ad658
|
Use DefinitionCollector for symbol requests
|
2016-10-09 15:58:39 +02:00 |
Felix Becker
|
d4757e0a24
|
Add textDocument/definition support
|
2016-10-09 15:58:39 +02:00 |
Felix Becker
|
987308fc0a
|
Refactor TextDocument tests into separate classes
|
2016-10-09 15:51:42 +02:00 |