Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
toxeus
/
ycmd
Public
forked from
ycm-core/ycmd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 20, 2020
Merge pull request #1477 from puremourning/rls-build-script
Show description for 0784f9e
mergify[bot]
authored
0784f9e
View commit details
Copy full SHA for 0784f9e
Browse repository at this point
build.py - replace RLS references with rust-analyzer
puremourning
committed
8a86af5
View commit details
Copy full SHA for 8a86af5
Browse repository at this point
Merge pull request #1473 from puremourning/resolve
Show description for 9fb138b
mergify[bot]
authored
9fb138b
View commit details
Copy full SHA for 9fb138b
Browse repository at this point
Merge branch 'master' into resolve
mergify[bot]
authored
d03a2bd
View commit details
Copy full SHA for d03a2bd
Browse repository at this point
Actually, give up on Windows.
Show description for 41dee95
puremourning
committed
41dee95
View commit details
Copy full SHA for 41dee95
Browse repository at this point
Commits on Sep 19, 2020
Resolve individual completions on-demand
Show description for 7d8791d
puremourning
committed
7d8791d
View commit details
Copy full SHA for 7d8791d
Browse repository at this point
Merge pull request #1476 from bstaletic/1458
Show description for aedfb5d
mergify[bot]
authored
aedfb5d
View commit details
Copy full SHA for aedfb5d
Browse repository at this point
Use a separate mutex for LSP's `_latest_diagnostics`
Show description for 69130de
bstaletic
committed
69130de
View commit details
Copy full SHA for 69130de
Browse repository at this point
Commits on Sep 17, 2020
Merge pull request #1475 from bstaletic/ninja-test
Show description for a4e8149
mergify[bot]
authored
a4e8149
View commit details
Copy full SHA for a4e8149
Browse repository at this point
Do not set architecture on Windows when using Ninja
Show description for 9a98724
bstaletic
committed
9a98724
View commit details
Copy full SHA for 9a98724
Browse repository at this point
Commits on Sep 11, 2020
Merge pull request #1468 from bstaletic/ra-conf
Show description for 165ff23
mergify[bot]
authored
165ff23
View commit details
Copy full SHA for 165ff23
Browse repository at this point
Implement tests and document the new generic LSP completer behaviour
bstaletic
committed
27f43cf
View commit details
Copy full SHA for 27f43cf
Browse repository at this point
Commits on Sep 10, 2020
Make ls_config a dict, not a callable
bstaletic
committed
d63f062
View commit details
Copy full SHA for d63f062
Browse repository at this point
Workaround for rust-analyzer regression
bstaletic
committed
655195e
View commit details
Copy full SHA for 655195e
Browse repository at this point
Implement workspace/configuration for generic LSP completer
bstaletic
committed
b1dda74
View commit details
Copy full SHA for b1dda74
Browse repository at this point
Implement workspace/configuration for gopls
bstaletic
committed
3f91ae3
View commit details
Copy full SHA for 3f91ae3
Browse repository at this point
Implement workspace/configuration for rust-analyzer
bstaletic
committed
2ba3e92
View commit details
Copy full SHA for 2ba3e92
Browse repository at this point
Merge pull request #1471 from puremourning/tcp-server
Show description for c4264e7
mergify[bot]
authored
c4264e7
View commit details
Copy full SHA for c4264e7
Browse repository at this point
Tests for connecting to TCP server
puremourning
committed
b9fbcf4
View commit details
Copy full SHA for b9fbcf4
Browse repository at this point
YcmCompleter Format
puremourning
committed
ea67c89
View commit details
Copy full SHA for ea67c89
Browse repository at this point
Have the generic_server listen on a socket
Show description for eae79b1
puremourning
committed
eae79b1
View commit details
Copy full SHA for eae79b1
Browse repository at this point
Use the source for the generic server rather than the build output
puremourning
committed
b638c64
View commit details
Copy full SHA for b638c64
Browse repository at this point
Use python3 for vimspector
puremourning
committed
e32a84f
View commit details
Copy full SHA for e32a84f
Browse repository at this point
Support TCP server for generic language server completer
Show description for 7021693
puremourning
committed
7021693
View commit details
Copy full SHA for 7021693
Browse repository at this point
Commits on Sep 9, 2020
Merge pull request #1472 from bstaletic/master
Show description for 78e41e1
mergify[bot]
authored
78e41e1
View commit details
Copy full SHA for 78e41e1
Browse repository at this point
Fix java version check
Show description for ad983e6
bstaletic
committed
ad983e6
View commit details
Copy full SHA for ad983e6
Browse repository at this point
Protect from $GOROOT in env when installing gopls
bstaletic
committed
b490ca5
View commit details
Copy full SHA for b490ca5
Browse repository at this point
Commits on Aug 10, 2020
Merge pull request #1465 from puremourning/codeaction-range
Show description for a24204e
mergify[bot]
authored
a24204e
View commit details
Copy full SHA for a24204e
Browse repository at this point
Commits on Aug 9, 2020
Supply code action ranges according to cursor position
Show description for 3bdcd9a
puremourning
committed
3bdcd9a
View commit details
Copy full SHA for 3bdcd9a
Browse repository at this point
Commits on Aug 7, 2020
Merge pull request #1464 from bstaletic/sig-label-offset
Show description for 2aa2771
mergify[bot]
authored
2aa2771
View commit details
Copy full SHA for 2aa2771
Browse repository at this point
Support signature parameter offsets in LSP signatureHelp responses
bstaletic
committed
acb016a
View commit details
Copy full SHA for acb016a
Browse repository at this point
Commits on Aug 5, 2020
Merge pull request #1463 from bstaletic/example
Show description for 64ab4db
mergify[bot]
authored
64ab4db
View commit details
Copy full SHA for 64ab4db
Browse repository at this point
Update the example client
bstaletic
committed
b1f1773
View commit details
Copy full SHA for b1f1773
Browse repository at this point
Merge pull request #1462 from bstaletic/jsx
Show description for 8ca55cd
mergify[bot]
authored
8ca55cd
View commit details
Copy full SHA for 8ca55cd
Browse repository at this point
Add javascriptreact support
bstaletic
committed
4c36855
View commit details
Copy full SHA for 4c36855
Browse repository at this point
Previous
Next
You can’t perform that action at this time.