Autocomplete speedup vol. 2 - finishing#680
Autocomplete speedup vol. 2 - finishing#680felixfbecker merged 48 commits intofelixfbecker:masterfrom MichaelBelgium:autocomplet-speedup
Conversation
This reverts commit 48bbbb5.
|
@MichaelBelgium unfortunately tests are failing (they passed on the old PR): This function was moved to a different class: https://github.com/felixfbecker/php-language-server/blob/master/src/Factory/CompletionItemFactory.php |
Codecov Report
@@ Coverage Diff @@
## master #680 +/- ##
============================================
+ Coverage 81.83% 82.16% +0.33%
- Complexity 883 921 +38
============================================
Files 44 44
Lines 1993 2148 +155
============================================
+ Hits 1631 1765 +134
- Misses 362 383 +21
|
Fixed π |
|
I found a crash when running the language server on this project: It crashes when indexing |
|
Here's another crash that happens when running |
|
π This PR is included in version 5.4.3 π The release is available on GitHub release Your semantic-release bot π¦π |
Finishing #599 by merging master and fixing the conflicts. Although I wasn't sure which side to pick while merging, I assumed the side of autocomplet-speedup.
closes #274
closes #599