Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ functions
Functions
902 in github.com/ycm-core/YouCompleteMe
⨍
Functions
902
◇
Types & classes
67
↳
Endpoints
161
Function
YouCompleteMeInstance
Defines a decorator function for tests that passes a unique YouCompleteMe instance as a parameter. This instance is initialized with the default opt
python/ycm/tests/__init__.py:106
Method
_BasicResponseTest
( command, response )
python/ycm/tests/client/command_request_test.py:180
Method
_Draw
( self )
python/ycm/semantic_highlighting.py:111
Method
_Draw
( self )
python/ycm/inlay_hints.py:77
Method
_MakeRequest
( data, handler, method, timeout, payload )
python/ycm/client/base_request.py:158
Function
_MockVimCommand
( command )
python/ycm/tests/test_utils.py:360
Function
_MockVimEval
( value )
python/ycm/tests/test_utils.py:310
Function
_MockVimOptions
( option )
python/ycm/tests/test_utils.py:390
Method
_NewRequest
( self, request_range )
python/ycm/semantic_highlighting.py:105
Method
_NewRequest
( self, request_range )
python/ycm/inlay_hints.py:63
Method
_ThreadMain
( self )
python/ycm/client/ycmd_keepalive.py:37
Method
__eq__
( self, other )
python/ycm/vimsupport.py:272
Method
__eq__
( self, other )
python/ycm/tests/test_utils.py:599
Method
__eq__
( self, other )
python/ycm/tests/test_utils.py:641
Method
__getitem__
Returns the bytes for a given line at index |index|.
python/ycm/tests/test_utils.py:445
Method
__getitem__
Emulates vim.buffers[ number ]
python/ycm/tests/test_utils.py:483
Method
__getitem__
Emulates vim.buffers[ number ]
python/ycm/tests/test_utils.py:507
Method
__getitem__
Emulates vim.windows[ number ]
python/ycm/tests/test_utils.py:558
Method
__getitem__
( self, key )
python/ycm/tests/test_utils.py:615
Method
__getitem__
( self, key )
python/ycm/tests/test_utils.py:654
Method
__init__
( self, data, distance : int )
python/ycm/hierarchy_tree.py:24
Method
__init__
( self )
python/ycm/hierarchy_tree.py:65
Method
__init__
( self, bufnr )
python/ycm/scrolling_range.py:29
Method
__init__
( self, popup_win_id = None, state = INACTIVE )
python/ycm/signature_help.py:30
Method
__init__
( self, default_options = {} )
python/ycm/youcompleteme.py:102
Method
__init__
( self, user_options )
python/ycm/omni_completer.py:30
Method
__init__
( self, name, lines = None )
python/ycm/syntax_parse.py:57
Method
__init__
( self, config_or_filters )
python/ycm/diagnostic_filter.py:22
Method
__init__
( self, all_filters )
python/ycm/diagnostic_filter.py:45
Method
__init__
( self, future, fn, args, kwargs )
python/ycm/unsafe_thread_pool_executor.py:31
Method
__init__
Initializes a new ThreadPoolExecutor instance. Args: max_workers: The maximum number of threads that can be used to execute t
python/ycm/unsafe_thread_pool_executor.py:75
Method
__init__
( self, bufnr )
python/ycm/semantic_highlighting.py:100
Method
__init__
( self, bufnr, user_options )
python/ycm/diagnostic_interface.py:27
Method
__init__
( self, bufnr, user_options, filetypes )
python/ycm/buffer.py:31
Method
__init__
( self, user_options )
python/ycm/buffer.py:154
Method
__init__
( self, ping_interval_seconds = 60 * 10 )
python/ycm/client/ycmd_keepalive.py:27
Method
__init__
( self, request_data )
python/ycm/client/semantic_tokens_request.py:29
Method
__init__
( self )
python/ycm/client/shutdown_request.py:24
Method
__init__
( self, completion_request: CompletionRequest, request_data )
python/ycm/client/resolve_completion_request.py:30
Method
__init__
( self, request_data )
python/ycm/client/inlay_hints_request.py:29
Method
__init__
( self, filetype )
python/ycm/client/signature_help_request.py:80
Method
__init__
( self )
python/ycm/client/base_request.py:43
Method
__init__
( self, omni_completer, request_data )
python/ycm/client/omni_completion_request.py:22
Method
__init__
( self, arguments, extra_data = None, silent = False,
python/ycm/client/command_request.py:33
Method
__init__
( self, event_name, buffer_number = None, extra_data = None )
python/ycm/client/event_notification.py:22
Method
__init__
( self, extra_data = None )
python/ycm/client/debug_info_request.py:22
Method
__init__
( self, buff )
python/ycm/client/messages_request.py:30
Method
__init__
( self, filetypes )
python/ycm/client/completer_available_request.py:22
Method
__init__
( self, request_data )
python/ycm/client/completion_request.py:31
Method
__init__
( self, response, exception )
python/ycm/tests/mock_utils.py:26
Method
__init__
( self, done, response = None, exception = None )
python/ycm/tests/mock_utils.py:46
Method
__init__
( self, name, number = 1, contents = [ '' ],
python/ycm/tests/test_utils.py:417
Method
__init__
|buffers| is a list of VimBuffer objects.
python/ycm/tests/test_utils.py:478
Method
__init__
|buffers| is a list of VimBuffer objects.
python/ycm/tests/test_utils.py:501
Method
__init__
( self, tabpage, number, buffer_object, cursor = None )
python/ycm/tests/test_utils.py:527
Method
__init__
|buffers| is a list of VimBuffer objects corresponding to the window layout. The first element of that list is assumed to be the current window.
python/ycm/tests/test_utils.py:545
Method
__init__
( self, current_window )
python/ycm/tests/test_utils.py:575
Method
__init__
( self, prop_type, start_line, start_column, e
python/ycm/tests/test_utils.py:584
Method
__init__
( self, line, name, bufnr )
python/ycm/tests/test_utils.py:635
Method
__init__
( self, code )
python/ycm/tests/test_utils.py:717
Method
__iter__
Emulates for loop on vim.buffers
python/ycm/tests/test_utils.py:491
Method
__iter__
Emulates for loop on vim.buffers
python/ycm/tests/test_utils.py:515
Method
__iter__
Emulates for loop on vim.windows
python/ycm/tests/test_utils.py:566
Method
__len__
( self )
python/ycm/tests/test_utils.py:450
Method
__missing__
( self, key )
python/ycm/buffer.py:158
Method
__missing__
( self, filetype )
python/ycm/client/signature_help_request.py:26
Method
__repr__
( self )
python/ycm/tests/test_utils.py:471
Method
__repr__
( self )
python/ycm/tests/test_utils.py:536
Method
__repr__
( self )
python/ycm/tests/test_utils.py:607
Method
__repr__
( self )
python/ycm/tests/test_utils.py:649
Method
__setitem__
( self, key, value )
python/ycm/tests/test_utils.py:454
Method
__str__
( self )
python/ycm/tests/test_utils.py:721
Function
_worker
( executor_reference, work_queue )
python/ycm/unsafe_thread_pool_executor.py:50
Function
decorator
( test )
python/ycm/tests/test_utils.py:757
Method
setUp
( self )
python/ycm/tests/client/command_request_test.py:96
Method
tearDown
( self )
python/ycm/tests/client/command_request_test.py:100
Method
test_AdjustCandidateInsertionText_Basic
( self )
python/ycm/tests/base_test.py:50
Method
test_AdjustCandidateInsertionText_DontTouchAbbr
( self )
python/ycm/tests/base_test.py:119
Method
test_AdjustCandidateInsertionText_MoreThanWordMatchingAfterCursor
( self )
python/ycm/tests/base_test.py:78
Method
test_AdjustCandidateInsertionText_MultipleStrings
( self )
python/ycm/tests/base_test.py:106
Method
test_AdjustCandidateInsertionText_NoAbbr
( self )
python/ycm/tests/base_test.py:126
Method
test_AdjustCandidateInsertionText_NotSuffix
( self )
python/ycm/tests/base_test.py:90
Method
test_AdjustCandidateInsertionText_NothingAfterCursor
( self )
python/ycm/tests/base_test.py:97
Method
test_AdjustCandidateInsertionText_ParenInTextAfterCursor
( self )
python/ycm/tests/base_test.py:57
Method
test_AdjustCandidateInsertionText_PlusInTextAfterCursor
( self )
python/ycm/tests/base_test.py:64
Method
test_AdjustCandidateInsertionText_WhitespaceInTextAfterCursor
( self )
python/ycm/tests/base_test.py:71
Method
test_AllFields
( self )
python/ycm/tests/client/completion_request_test.py:48
Method
test_BasicResponse
( self )
python/ycm/tests/client/command_request_test.py:179
Method
test_BufferIsVisibleForFilename
( self )
python/ycm/tests/vimsupport_test.py:1480
Method
test_BuildRequestData_AddWorkingDir
( self, *args )
python/ycm/tests/client/base_request_test.py:30
Method
test_BuildRequestData_AddWorkingDirWithFileName
( self, *args )
python/ycm/tests/client/base_request_test.py:38
Method
test_CloseBuffersForFilename
( self )
python/ycm/tests/vimsupport_test.py:1493
Method
test_CommaSeparatedFiletypes
( self )
python/ycm/tests/diagnostic_filter_test.py:129
Method
test_ConvertDiagnosticToTextProperties
( self )
python/ycm/tests/diagnostic_interface_test.py:106
Method
test_ConvertDiagnosticWithInvalidLineNum
( self )
python/ycm/tests/diagnostic_interface_test.py:149
Method
test_CurrentIdentifierFinished_Basic
( self )
python/ycm/tests/base_test.py:234
Method
test_CurrentIdentifierFinished_Html
( self )
python/ycm/tests/base_test.py:278
Method
test_CurrentIdentifierFinished_InMiddleOfLine
( self )
python/ycm/tests/base_test.py:266
Method
test_CurrentIdentifierFinished_InvalidColumn
( self )
python/ycm/tests/base_test.py:254
Method
test_CurrentIdentifierFinished_NothingBeforeColumn
( self )
python/ycm/tests/base_test.py:246
← previous
next →
501–600 of 902, ranked by callers