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 }}
yulei
/
ycmd
Public
forked from
ycm-core/ycmd
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 27, 2016
Auto merge of #466 - Valloric:ubuntu-fix, r=micbou
Show description for 89e558f
homu
committed
89e558f
View commit details
Copy full SHA for 89e558f
Browse repository at this point
Commits on Apr 26, 2016
Storing path to Python used in build.py
Show description for 5390348
Valloric
committed
5390348
View commit details
Copy full SHA for 5390348
Browse repository at this point
Commits on Apr 24, 2016
Auto merge of #455 - puremourning:unicode-investigation, r=Valloric
Show description for a3c41b4
homu
committed
a3c41b4
View commit details
Copy full SHA for a3c41b4
Browse repository at this point
Use our own implemnentation of splitlines() as the built-in one has odd behaviour for empty string and the string containing only a newline
Show description for 7330fa0
puremourning
committed
7330fa0
View commit details
Copy full SHA for 7330fa0
Browse repository at this point
use start_codepoint for jedi completer completions
puremourning
committed
f6e429b
View commit details
Copy full SHA for f6e429b
Browse repository at this point
Fix and test CS compelter for unicode characters
puremourning
committed
a20191d
View commit details
Copy full SHA for a20191d
Browse repository at this point
Fix encoding errors in ycm_core.so due to unicode objects being sent to FilterAndSortCandidates
puremourning
committed
9feb587
View commit details
Copy full SHA for 9feb587
Browse repository at this point
Testing GoTo and GetType for clang completer
puremourning
committed
40827e4
View commit details
Copy full SHA for 40827e4
Browse repository at this point
Improve test coverage and stability across python versions
puremourning
committed
b41e7fc
View commit details
Copy full SHA for b41e7fc
Browse repository at this point
tsserver also speaks in codepoints. implement and test conversions
puremourning
committed
56f5874
View commit details
Copy full SHA for 56f5874
Browse repository at this point
Test and fix GoTo in javascript with unicode
puremourning
committed
cc55684
View commit details
Copy full SHA for cc55684
Browse repository at this point
Send the actual user column to tern except when asking for completions
puremourning
committed
a4b8a5b
View commit details
Copy full SHA for a4b8a5b
Browse repository at this point
Improve test coverage for multi-byte across compelters
Show description for d1566bf
puremourning
committed
d1566bf
View commit details
Copy full SHA for d1566bf
Browse repository at this point
Test and fix GetDoc and FixIt for clang
puremourning
committed
89bd2cb
View commit details
Copy full SHA for 89bd2cb
Browse repository at this point
Fix failure when line is empty
puremourning
committed
0ac01c3
View commit details
Copy full SHA for 0ac01c3
Browse repository at this point
Allow the first character of identifiers to be unicode
puremourning
committed
382af61
View commit details
Copy full SHA for 382af61
Browse repository at this point
Fix RefactorRename for non-open files
puremourning
committed
43db5a5
View commit details
Copy full SHA for 43db5a5
Browse repository at this point
Add bytes and unicode versions of start_column and column_num
Show description for 3a57e43
puremourning
committed
3a57e43
View commit details
Copy full SHA for 3a57e43
Browse repository at this point
Add many tests and test utilities for improving multi-byte support
puremourning
committed
7278df1
View commit details
Copy full SHA for 7278df1
Browse repository at this point
Commits on Apr 21, 2016
Auto merge of #463 - micbou:index-error, r=Valloric
Show description for 30a4524
homu
committed
30a4524
View commit details
Copy full SHA for 30a4524
Browse repository at this point
Bump core version to 22
micbou
committed
b10f98f
View commit details
Copy full SHA for b10f98f
Browse repository at this point
Definitely fix IndexError exception from C++
Show description for 9ad22eb
micbou
committed
9ad22eb
View commit details
Copy full SHA for 9ad22eb
Browse repository at this point
Commits on Apr 18, 2016
Auto merge of #453 - micbou:letter-bitset-from-string, r=Valloric
Show description for bc32373
homu
committed
bc32373
View commit details
Copy full SHA for bc32373
Browse repository at this point
Commits on Apr 17, 2016
Auto merge of #460 - micbou:travis-pyenv, r=vheon
Show description for 0e230f8
homu
committed
0e230f8
View commit details
Copy full SHA for 0e230f8
Browse repository at this point
Fix pyenv setup on Travis
micbou
committed
a23a64c
View commit details
Copy full SHA for a23a64c
Browse repository at this point
Commits on Apr 16, 2016
Auto merge of #459 - micbou:travis, r=Valloric
Show description for e9b5d5c
homu
committed
e9b5d5c
View commit details
Copy full SHA for e9b5d5c
Browse repository at this point
Commits on Apr 15, 2016
Fix and improve pyenv setup in Travis script
micbou
committed
d169e4f
View commit details
Copy full SHA for d169e4f
Browse repository at this point
Commits on Apr 14, 2016
Auto merge of #458 - icholy:master, r=vheon
Show description for 8cd2a03
homu
committed
8cd2a03
View commit details
Copy full SHA for 8cd2a03
Browse repository at this point
Add a another test for GoToType command
icholy
committed
31feae6
View commit details
Copy full SHA for 31feae6
Browse repository at this point
Add test for GoToType command
icholy
committed
5f2a819
View commit details
Copy full SHA for 5f2a819
Browse repository at this point
whitespace
icholy
committed
432f473
View commit details
Copy full SHA for 432f473
Browse repository at this point
Add GoToType command
icholy
committed
a494578
View commit details
Copy full SHA for a494578
Browse repository at this point
Commits on Apr 11, 2016
Auto merge of #456 - yous:blacklist-netrw, r=Valloric
Show description for 92083b2
homu
committed
92083b2
View commit details
Copy full SHA for 92083b2
Browse repository at this point
Add netrw to the default filetype blacklist
yous
committed
01e16ed
View commit details
Copy full SHA for 01e16ed
Browse repository at this point
Bump core version to 21
micbou
committed
f58c41c
View commit details
Copy full SHA for f58c41c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.