Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
felixfbecker
/
php-language-server
Public
Notifications
You must be signed in to change notification settings
Fork
187
Star
1.2k
Code
Issues
240
Pull requests
23
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
Β master
User selector
All users
Datepicker
All time
Commit History
Commits on Dec 12, 2018
build: remove composer install from semantic-release config
felixfbecker
authored
9dc1656
Copy full SHA for 9dc1656
build: run 'composer install' in a docker builder stage (#694)
jkblume
authored and
felixfbecker
committed
7303143
Copy full SHA for 7303143
Commits on Nov 29, 2018
chore: add Phan (#690)
TysonAndre
authored and
felixfbecker
committed
1705583
Copy full SHA for 1705583
Commits on Nov 13, 2018
fix: allow rootUri to be null
Show description for 1da3328
felixfbecker
committed
1da3328
Copy full SHA for 1da3328
Commits on Nov 11, 2018
docs: remove unused use statements, nit on phpdoc (#625)
Show description for 450116e
TysonAndre
authored and
felixfbecker
committed
450116e
Copy full SHA for 450116e
fix(cache): bump cache version
felixfbecker
committed
b1cc565
Copy full SHA for b1cc565
refactor: fix impossible parse_url equality (#676)
Show description for ed2d8dd
muglug
authored and
felixfbecker
committed
ed2d8dd
Copy full SHA for ed2d8dd
fix: support rootUri (#672)
JJK96
authored and
felixfbecker
committed
680f430
Copy full SHA for 680f430
fix(definitionresolver): infinite loop when indexing self referencing classes (#670)
d0x2f
authored and
felixfbecker
committed
c7d25c7
Copy full SHA for c7d25c7
chore: update package-lock.json
felixfbecker
committed
71390c9
Copy full SHA for 71390c9
perf: change index to a tree to speed up completion (#680)
Show description for 24388bc
MichaelBelgium
authored and
felixfbecker
committed
24388bc
Copy full SHA for 24388bc
Commits on Sep 9, 2018
refactor: use protocol package (#661)
Show description for 18c6ccd
dantleech
authored and
felixfbecker
committed
18c6ccd
Copy full SHA for 18c6ccd
Commits on Sep 6, 2018
docs: bye Gemnasium
felixfbecker
authored
3d8318b
Copy full SHA for 3d8318b
Commits on Aug 22, 2018
chore: update semantic-release dependencies
felixfbecker
committed
b4b4a2f
Copy full SHA for b4b4a2f
fix: cast null to array before passing to array_merge() (#666)
Show description for 3931c88
netjan
authored and
felixfbecker
committed
3931c88
Copy full SHA for 3931c88
Commits on May 14, 2018
docs: add a TOC to the README (#618)
staabm
authored and
felixfbecker
committed
26e3451
Copy full SHA for 26e3451
Commits on Apr 26, 2018
fix(package): include tests folder
Show description for fe33c8c
felixfbecker
committed
fe33c8c
Copy full SHA for fe33c8c
Commits on Apr 21, 2018
ci(travis): remove brew tap
felixfbecker
committed
7e1ca75
Copy full SHA for 7e1ca75
Commits on Apr 6, 2018
ci(travis): use PECL to install XDebug
felixfbecker
committed
ebf4c09
Copy full SHA for ebf4c09
Commits on Mar 14, 2018
chore: exclude appveyor.yml in production
vinkla
authored and
felixfbecker
committed
49f1e8f
Copy full SHA for 49f1e8f
Commits on Mar 11, 2018
feat(completion): add pseudo-keywords like int, bool, strict_types to completion
Declspeck
authored and
felixfbecker
committed
02b7d2f
Copy full SHA for 02b7d2f
Commits on Mar 8, 2018
refactor: use composer/xdebug-handler (#616)
felixfbecker
authored
de1af6a
Copy full SHA for de1af6a
Commits on Feb 28, 2018
test(performance): don't eat exceptions during benchmark
Declspeck
authored and
felixfbecker
committed
e10896f
Copy full SHA for e10896f
fix(indexing): handle integer FQNs
Declspeck
authored and
felixfbecker
committed
b412c12
Copy full SHA for b412c12
chore: remove unused 'use' statements (#612)
Show description for 8adcf92
TysonAndre
authored and
felixfbecker
committed
8adcf92
Copy full SHA for 8adcf92
ci(dependencies.io): track stable semantic-release
felixfbecker
committed
fc6b069
Copy full SHA for fc6b069
ci(travis): update travis php versions (#601)
vinkla
authored and
felixfbecker
committed
c5a83af
Copy full SHA for c5a83af
Commits on Feb 7, 2018
fix(completion): do not propose <?php if completion context is not given (#593)
Show description for a8f60c9
jens1o
authored and
felixfbecker
committed
a8f60c9
Copy full SHA for a8f60c9
Commits on Feb 2, 2018
fix(completion): don't require constructor parameter for protocol DTO (#592)
felixfbecker
authored
d9bc0b0
Copy full SHA for d9bc0b0
Commits on Jan 9, 2018
fix(DefinitionResolver): resolve self correctly for docblock @return self (#576)
phil-nelson
authored and
felixfbecker
committed
6894d85
Copy full SHA for 6894d85
Commits on Jan 2, 2018
tests: fix benchmark on case sensitive filesystems (#573)
Show description for c48ee55
TysonAndre
authored and
felixfbecker
committed
c48ee55
Copy full SHA for c48ee55
Commits on Dec 31, 2017
fix(DefinitionResolver): find variables in sibling children (#568)
Show description for 20960a8
felixfbecker
authored
20960a8
Copy full SHA for 20960a8
Commits on Dec 28, 2017
ci(travis): only build master and PRs
felixfbecker
committed
8439da9
Copy full SHA for 8439da9
Commits on Dec 25, 2017
fix(DefinitionResolver): don't crash if foreach key isn't a variable (#564)
phil-nelson
authored and
felixfbecker
committed
1cfba8b
Copy full SHA for 1cfba8b
Commits on Dec 24, 2017
fix(DefinitionResolver): fix crash on unknown foreach type (#562)
Show description for 425b239
phil-nelson
authored and
felixfbecker
committed
425b239
Copy full SHA for 425b239
Pagination
Previous
Next
You canβt perform that action at this time.