MCPcopy Create free account

hub / github.com/ycm-core/YouCompleteMe / functions

Functions902 in github.com/ycm-core/YouCompleteMe

FunctionGetCurrentBufferNumber
()
python/ycm/vimsupport.py:176
MethodGetErrorCount
( self )
python/ycm/youcompleteme.py:734
MethodGetErrorCount
( self )
python/ycm/diagnostic_interface.py:54
MethodGetOmniCompleter
( self )
python/ycm/youcompleteme.py:527
MethodGetSignatureHelpResponse
( self )
python/ycm/youcompleteme.py:414
FunctionGetSignsInBuffer
( buffer_number )
python/ycm/vimsupport.py:261
MethodGetTagFiles
()
python/ycm/youcompleteme.py:996
FunctionGetTextProperties
( buffer_number )
python/ycm/vimsupport.py:316
FunctionGetTextPropertyForDiag
( buffer_number, line_number, diag )
python/ycm/vimsupport.py:279
FunctionGetTextPropertyTypes
( *args, **kwargs )
python/ycm/text_properties.py:46
FunctionGetUnsavedAndSpecifiedBufferData
Build part of the request containing the contents and filetypes of all dirty buffers as well as the buffer |included_buffer| with its filepath |in
python/ycm/vimsupport.py:129
FunctionGetUserOptions
Builds a dictionary mapping YCM Vim user options to values. Option names don't have the 'ycm_' prefix.
python/ycm/base.py:27
FunctionGetVimGlobalsKeys
()
python/ycm/vimsupport.py:576
MethodGetWarningCount
( self )
python/ycm/youcompleteme.py:738
MethodGetWarningCount
( self )
python/ycm/diagnostic_interface.py:58
FunctionGoToListTest
( command, response )
python/ycm/tests/client/command_request_test.py:41
FunctionGoToTest
( command, response )
python/ycm/tests/client/command_request_test.py:28
FunctionInitialise
()
python/ycm/semantic_highlighting.py:65
FunctionInitialise
()
python/ycm/inlay_hints.py:34
FunctionInsertNamespace
( namespace )
python/ycm/vimsupport.py:1175
MethodJumpToHierarchyItem
( self, handle )
python/ycm/youcompleteme.py:161
FunctionJumpToLocation
( filename, line, column, modifiers, command )
python/ycm/vimsupport.py:679
FunctionLastEnteredCharIsIdentifierChar
()
python/ycm/base.py:80
FunctionLineAndColumnNumbersClamped
( bufnr, line_num, column_num )
python/ycm/vimsupport.py:401
FunctionMain
()
test/testdata/python/doc.py:11
MethodMakeVritualTextProperty
( prop_type, text, position='after' )
python/ycm/diagnostic_interface.py:157
MethodMessageTest
( command, message )
python/ycm/tests/client/command_request_test.py:261
FunctionMoan
()
test/testdata/python/doc.py:36
MethodNeedsReparse
( self )
python/ycm/youcompleteme.py:557
MethodNeedsReparse
( self )
python/ycm/buffer.py:71
FunctionNumLinesInBuffer
( buffer_object )
python/ycm/vimsupport.py:717
FunctionOmnifunc
( findstart, base )
python/ycm/tests/omni_completer_test.py:39
MethodOmnifunc
( findstart, base )
python/ycm/tests/omni_completer_test.py:65
MethodOnCompleteDone
( self )
python/ycm/youcompleteme.py:704
MethodOnCompleteDone
( self )
python/ycm/client/resolve_completion_request.py:45
MethodOnCurrentIdentifierFinished
( self )
python/ycm/youcompleteme.py:700
MethodOnCursorMoved
( self )
python/ycm/youcompleteme.py:684
MethodOnCursorMoved
( self )
python/ycm/diagnostic_interface.py:43
MethodOnFileSave
( self, saved_buffer_number )
python/ycm/youcompleteme.py:632
MethodOnFileTypeSet
( self )
python/ycm/youcompleteme.py:644
MethodOnInsertEnter
( self )
python/ycm/youcompleteme.py:670
MethodOnInsertLeave
( self )
python/ycm/youcompleteme.py:675
FunctionOpenLocationList
Open the location list to the bottom of the current window with its height automatically set to fit all entries. This behavior can be overridden b
python/ycm/vimsupport.py:478
FunctionOpenQuickFixList
Open the quickfix list to full width at the bottom of the screen with its height automatically set to fit all entries. This behavior can be overridd
python/ycm/vimsupport.py:505
FunctionPathToPythonInterpreter
()
python/ycm/paths.py:35
FunctionPathToServerScript
()
python/ycm/paths.py:87
MethodPopulateLocationList
( self, open_on_edit = False )
python/ycm/diagnostic_interface.py:62
FunctionPythonSysPath
( **kwargs )
.ycm_extra_conf.py:45
MethodRefresh
( self )
python/ycm/scrolling_range.py:97
FunctionRemoveDiagnosticProperty
( buffer_number: int, prop: DiagnosticProperty )
python/ycm/vimsupport.py:376
FunctionReplaceChunks
Apply the source file deltas supplied in |chunks| to arbitrary files. |chunks| is a list of changes defined by ycmd.responses.FixItChunk, which ma
python/ycm/vimsupport.py:1005
MethodReset
( self )
python/ycm/client/semantic_tokens_request.py:43
MethodReset
( self )
python/ycm/client/inlay_hints_request.py:43
MethodReset
( self )
python/ycm/client/signature_help_request.py:49
MethodResetCurrentHierarchy
( self )
python/ycm/youcompleteme.py:157
MethodResolveResponse
( *args )
python/ycm/tests/completion_test.py:201
MethodResponse
( self )
python/ycm/client/semantic_tokens_request.py:46
MethodResponse
( self )
python/ycm/client/resolve_completion_request.py:54
MethodResponse
( self )
python/ycm/client/inlay_hints_request.py:46
MethodResponse
( self )
python/ycm/client/signature_help_request.py:53
MethodResponse
( self )
python/ycm/client/signature_help_request.py:90
MethodResponse
( self )
python/ycm/client/omni_completion_request.py:35
MethodResponse
( self )
python/ycm/client/event_notification.py:45
MethodResponse
( self )
python/ycm/client/completion_request.py:68
FunctionResult
( variable )
python/ycm/tests/postcomplete_test.py:52
FunctionScreenPositionForLineColumnInWindow
( window, line, column )
python/ycm/vimsupport.py:1463
FunctionSelectFromList
Ask the user to select an item from the list |items|. Presents the user with |prompt| followed by a numbered list of |items|, from which they sel
python/ycm/vimsupport.py:807
MethodSendCommandRequestAsync
( self, arguments, silent = True,
python/ycm/youcompleteme.py:488
MethodSendSignatureHelpRequest
Send a signature help request, if we're ready to. Return whether or not a request was sent (and should be checked later)
python/ycm/youcompleteme.py:372
MethodServerPid
( self )
python/ycm/youcompleteme.py:320
MethodServerResponse
( *args )
python/ycm/tests/completion_test.py:78
FunctionSetLocationList
Set the location list for the current window to the supplied diagnostics
python/ycm/vimsupport.py:410
FunctionSetLocationListsForBuffer
Populate location lists for all windows containing the buffer with number |buffer_number|. See SetLocationListForWindow for format of diagnostics.
python/ycm/vimsupport.py:422
MethodShouldResolveItem
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:171
MethodShouldResolveItem
( self, handle : int, direction : str )
python/ycm/youcompleteme.py:153
MethodSignatureHelpRequestReady
( self )
python/ycm/youcompleteme.py:409
MethodStart
( self )
python/ycm/client/ycmd_keepalive.py:33
MethodStart
( self )
python/ycm/client/semantic_tokens_request.py:35
MethodStart
( self )
python/ycm/client/inlay_hints_request.py:35
MethodStart
( self )
python/ycm/client/signature_help_request.py:40
MethodStart
( self )
python/ycm/client/completion_request.py:37
MethodSupportedFiletypes
( self )
python/ycm/omni_completer.py:35
FunctionSyntaxKeywordsForCurrentBuffer
()
python/ycm/syntax_parse.py:63
FunctionTextAfterCursor
Returns the text after CurrentColumn.
python/ycm/vimsupport.py:107
FunctionTextBeforeCursor
Returns the text before CurrentColumn.
python/ycm/vimsupport.py:112
MethodToggleSignatureHelp
( self )
python/ycm/youcompleteme.py:978
MethodUnknownExtraConfResponse
( *args )
python/ycm/tests/event_notification_test.py:271
MethodUpdate
( self )
python/ycm/scrolling_range.py:74
MethodUpdateCurrentHierarchy
( self, handle : int, direction : str )
python/ycm/youcompleteme.py:120
MethodUpdateMatches
( self )
python/ycm/youcompleteme.py:640
FunctionUpdateSignatureHelp
( state, signature_info )
python/ycm/signature_help.py:89
MethodUpdateWithNewDiagnostics
( self, diags, open_on_edit = False )
python/ycm/diagnostic_interface.py:69
FunctionUsingPreviewPopup
()
python/ycm/vimsupport.py:1469
FunctionVimExpressionToPythonType
Returns a Python type from the return value of the supplied Vim expression. If the expression returns a list, dict or other non-string type, then it
python/ycm/vimsupport.py:580
FunctionVimSupportsPopupWindows
()
python/ycm/vimsupport.py:1439
FunctionVimVersionAtLeast
( version_string )
python/ycm/vimsupport.py:1410
FunctionVisibleRangeOfBufferOverlaps
( bufnr, expanded_range )
python/ycm/vimsupport.py:244
FunctionWrapper
( test_case_instance, *args, **kwargs )
python/ycm/tests/__init__.py:123
FunctionWrapper
( *args, **kwargs )
python/ycm/tests/test_utils.py:759
FunctionWriteToPreviewWindow
Display the supplied message in the preview window
python/ycm/vimsupport.py:1235
← previousnext →401–500 of 902, ranked by callers