-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete speedup vol. 2 - finishing #680
Autocomplete speedup vol. 2 - finishing #680
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