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
GetCurrentBufferNumber
()
python/ycm/vimsupport.py:176
Method
GetErrorCount
( self )
python/ycm/youcompleteme.py:734
Method
GetErrorCount
( self )
python/ycm/diagnostic_interface.py:54
Method
GetOmniCompleter
( self )
python/ycm/youcompleteme.py:527
Method
GetSignatureHelpResponse
( self )
python/ycm/youcompleteme.py:414
Function
GetSignsInBuffer
( buffer_number )
python/ycm/vimsupport.py:261
Method
GetTagFiles
()
python/ycm/youcompleteme.py:996
Function
GetTextProperties
( buffer_number )
python/ycm/vimsupport.py:316
Function
GetTextPropertyForDiag
( buffer_number, line_number, diag )
python/ycm/vimsupport.py:279
Function
GetTextPropertyTypes
( *args, **kwargs )
python/ycm/text_properties.py:46
Function
GetUnsavedAndSpecifiedBufferData
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
Function
GetUserOptions
Builds a dictionary mapping YCM Vim user options to values. Option names don't have the 'ycm_' prefix.
python/ycm/base.py:27
Function
GetVimGlobalsKeys
()
python/ycm/vimsupport.py:576
Method
GetWarningCount
( self )
python/ycm/youcompleteme.py:738
Method
GetWarningCount
( self )
python/ycm/diagnostic_interface.py:58
Function
GoToListTest
( command, response )
python/ycm/tests/client/command_request_test.py:41
Function
GoToTest
( command, response )
python/ycm/tests/client/command_request_test.py:28
Function
Initialise
()
python/ycm/semantic_highlighting.py:65
Function
Initialise
()
python/ycm/inlay_hints.py:34
Function
InsertNamespace
( namespace )
python/ycm/vimsupport.py:1175
Method
JumpToHierarchyItem
( self, handle )
python/ycm/youcompleteme.py:161
Function
JumpToLocation
( filename, line, column, modifiers, command )
python/ycm/vimsupport.py:679
Function
LastEnteredCharIsIdentifierChar
()
python/ycm/base.py:80
Function
LineAndColumnNumbersClamped
( bufnr, line_num, column_num )
python/ycm/vimsupport.py:401
Function
Main
()
test/testdata/python/doc.py:11
Method
MakeVritualTextProperty
( prop_type, text, position='after' )
python/ycm/diagnostic_interface.py:157
Method
MessageTest
( command, message )
python/ycm/tests/client/command_request_test.py:261
Function
Moan
()
test/testdata/python/doc.py:36
Method
NeedsReparse
( self )
python/ycm/youcompleteme.py:557
Method
NeedsReparse
( self )
python/ycm/buffer.py:71
Function
NumLinesInBuffer
( buffer_object )
python/ycm/vimsupport.py:717
Function
Omnifunc
( findstart, base )
python/ycm/tests/omni_completer_test.py:39
Method
Omnifunc
( findstart, base )
python/ycm/tests/omni_completer_test.py:65
Method
OnCompleteDone
( self )
python/ycm/youcompleteme.py:704
Method
OnCompleteDone
( self )
python/ycm/client/resolve_completion_request.py:45
Method
OnCurrentIdentifierFinished
( self )
python/ycm/youcompleteme.py:700
Method
OnCursorMoved
( self )
python/ycm/youcompleteme.py:684
Method
OnCursorMoved
( self )
python/ycm/diagnostic_interface.py:43
Method
OnFileSave
( self, saved_buffer_number )
python/ycm/youcompleteme.py:632
Method
OnFileTypeSet
( self )
python/ycm/youcompleteme.py:644
Method
OnInsertEnter
( self )
python/ycm/youcompleteme.py:670
Method
OnInsertLeave
( self )
python/ycm/youcompleteme.py:675
Function
OpenLocationList
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
Function
OpenQuickFixList
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
Function
PathToPythonInterpreter
()
python/ycm/paths.py:35
Function
PathToServerScript
()
python/ycm/paths.py:87
Method
PopulateLocationList
( self, open_on_edit = False )
python/ycm/diagnostic_interface.py:62
Function
PythonSysPath
( **kwargs )
.ycm_extra_conf.py:45
Method
Refresh
( self )
python/ycm/scrolling_range.py:97
Function
RemoveDiagnosticProperty
( buffer_number: int, prop: DiagnosticProperty )
python/ycm/vimsupport.py:376
Function
ReplaceChunks
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
Method
Reset
( self )
python/ycm/client/semantic_tokens_request.py:43
Method
Reset
( self )
python/ycm/client/inlay_hints_request.py:43
Method
Reset
( self )
python/ycm/client/signature_help_request.py:49
Method
ResetCurrentHierarchy
( self )
python/ycm/youcompleteme.py:157
Method
ResolveResponse
( *args )
python/ycm/tests/completion_test.py:201
Method
Response
( self )
python/ycm/client/semantic_tokens_request.py:46
Method
Response
( self )
python/ycm/client/resolve_completion_request.py:54
Method
Response
( self )
python/ycm/client/inlay_hints_request.py:46
Method
Response
( self )
python/ycm/client/signature_help_request.py:53
Method
Response
( self )
python/ycm/client/signature_help_request.py:90
Method
Response
( self )
python/ycm/client/omni_completion_request.py:35
Method
Response
( self )
python/ycm/client/event_notification.py:45
Method
Response
( self )
python/ycm/client/completion_request.py:68
Function
Result
( variable )
python/ycm/tests/postcomplete_test.py:52
Function
ScreenPositionForLineColumnInWindow
( window, line, column )
python/ycm/vimsupport.py:1463
Function
SelectFromList
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
Method
SendCommandRequestAsync
( self, arguments, silent = True,
python/ycm/youcompleteme.py:488
Method
SendSignatureHelpRequest
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
Method
ServerPid
( self )
python/ycm/youcompleteme.py:320
Method
ServerResponse
( *args )
python/ycm/tests/completion_test.py:78
Function
SetLocationList
Set the location list for the current window to the supplied diagnostics
python/ycm/vimsupport.py:410
Function
SetLocationListsForBuffer
Populate location lists for all windows containing the buffer with number |buffer_number|. See SetLocationListForWindow for format of diagnostics.
python/ycm/vimsupport.py:422
Method
ShouldResolveItem
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:171
Method
ShouldResolveItem
( self, handle : int, direction : str )
python/ycm/youcompleteme.py:153
Method
SignatureHelpRequestReady
( self )
python/ycm/youcompleteme.py:409
Method
Start
( self )
python/ycm/client/ycmd_keepalive.py:33
Method
Start
( self )
python/ycm/client/semantic_tokens_request.py:35
Method
Start
( self )
python/ycm/client/inlay_hints_request.py:35
Method
Start
( self )
python/ycm/client/signature_help_request.py:40
Method
Start
( self )
python/ycm/client/completion_request.py:37
Method
SupportedFiletypes
( self )
python/ycm/omni_completer.py:35
Function
SyntaxKeywordsForCurrentBuffer
()
python/ycm/syntax_parse.py:63
Function
TextAfterCursor
Returns the text after CurrentColumn.
python/ycm/vimsupport.py:107
Function
TextBeforeCursor
Returns the text before CurrentColumn.
python/ycm/vimsupport.py:112
Method
ToggleSignatureHelp
( self )
python/ycm/youcompleteme.py:978
Method
UnknownExtraConfResponse
( *args )
python/ycm/tests/event_notification_test.py:271
Method
Update
( self )
python/ycm/scrolling_range.py:74
Method
UpdateCurrentHierarchy
( self, handle : int, direction : str )
python/ycm/youcompleteme.py:120
Method
UpdateMatches
( self )
python/ycm/youcompleteme.py:640
Function
UpdateSignatureHelp
( state, signature_info )
python/ycm/signature_help.py:89
Method
UpdateWithNewDiagnostics
( self, diags, open_on_edit = False )
python/ycm/diagnostic_interface.py:69
Function
UsingPreviewPopup
()
python/ycm/vimsupport.py:1469
Function
VimExpressionToPythonType
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
Function
VimSupportsPopupWindows
()
python/ycm/vimsupport.py:1439
Function
VimVersionAtLeast
( version_string )
python/ycm/vimsupport.py:1410
Function
VisibleRangeOfBufferOverlaps
( bufnr, expanded_range )
python/ycm/vimsupport.py:244
Function
Wrapper
( test_case_instance, *args, **kwargs )
python/ycm/tests/__init__.py:123
Function
Wrapper
( *args, **kwargs )
python/ycm/tests/test_utils.py:759
Function
WriteToPreviewWindow
Display the supplied message in the preview window
python/ycm/vimsupport.py:1235
← previous
next →
401–500 of 902, ranked by callers