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
↓ 1 callers
Method
GetResponse
( self )
python/ycm/buffer.py:106
↓ 1 callers
Function
GetStandardLibraryIndexInSysPath
( sys_path )
.ycm_extra_conf.py:38
↓ 1 callers
Function
GetWindowsForBufferNumber
Return the list of windows containing the buffer with number |buffer_number| for the current tab page.
python/ycm/vimsupport.py:415
↓ 1 callers
Method
HandleToRootLocation
( self, handle : int )
python/ycm/hierarchy_tree.py:200
↓ 1 callers
Function
HiddenEnabled
( buffer_object )
python/ycm/vimsupport.py:597
↓ 1 callers
Method
InitializeCurrentHierarchy
( self, items, kind )
python/ycm/youcompleteme.py:116
↓ 1 callers
Method
IsActive
( self )
python/ycm/signature_help.py:47
↓ 1 callers
Method
IsAllowed
( self, diagnostic )
python/ycm/diagnostic_filter.py:26
↓ 1 callers
Method
IsResponseHandled
( self )
python/ycm/buffer.py:110
↓ 1 callers
Function
JumpToFile
( filename, command, modifiers )
python/ycm/vimsupport.py:657
↓ 1 callers
Method
JumpToItem
( self, handle : int, command )
python/ycm/hierarchy_tree.py:160
↓ 1 callers
Function
JumpToPreviewWindow
Jump the vim cursor to the preview window, which must be active. Returns boolean indicating if the cursor ended up in the preview window
python/ycm/vimsupport.py:1211
↓ 1 callers
Function
JumpToTab
Jump to Vim tab with corresponding number
python/ycm/vimsupport.py:1223
↓ 1 callers
Function
LineTextInCurrentBuffer
Returns the text on the 1-indexed line (NOT 0-indexed)
python/ycm/vimsupport.py:1201
↓ 1 callers
Function
Main
()
run_tests.py:102
↓ 1 callers
Function
Main
()
install.py:30
↓ 1 callers
Method
MarkResponseHandled
( self )
python/ycm/buffer.py:114
↓ 1 callers
Function
MockAsyncServerResponseException
Return a fake future object that is complete, but raises an exception. Suitable for mocking a response future within a client request. For example:
python/ycm/tests/mock_utils.py:96
↓ 1 callers
Function
MockAsyncServerResponseInProgress
Return a fake future object that is incomplete. Suitable for mocking a response future within a client request. For example: with MockVimBuffers(
python/ycm/tests/mock_utils.py:80
↓ 1 callers
Method
NativeFiletypeCompletionAvailable
( self )
python/ycm/youcompleteme.py:545
↓ 1 callers
Function
NewCandidateInsertionText
( to_insert, text_after_cursor )
python/ycm/base.py:107
↓ 1 callers
Method
NotifyUserIfServerCrashed
( self )
python/ycm/youcompleteme.py:291
↓ 1 callers
Method
OnBufferUnload
( self, deleted_buffer_number )
python/ycm/youcompleteme.py:636
↓ 1 callers
Method
OnCompleteDone
( self )
python/ycm/client/omni_completion_request.py:44
↓ 1 callers
Function
OpenFileInPreviewWindow
Open the supplied filename in the preview window
python/ycm/vimsupport.py:1228
↓ 1 callers
Function
OpenFilename
Open a file in Vim. Following options are available: - command: specify which Vim command is used to open the file. Choices are same-buffer, horiz
python/ycm/vimsupport.py:1295
↓ 1 callers
Function
OverlapLength
Returns the length of the overlap between two strings. Example: "foo baro" and "baro zoo" -> 4
python/ycm/base.py:132
↓ 1 callers
Function
ParseArguments
()
run_tests.py:41
↓ 1 callers
Method
ParseRequestPending
( self )
python/ycm/buffer.py:67
↓ 1 callers
Function
PatchNoProxy
()
python/ycm/youcompleteme.py:52
↓ 1 callers
Method
Poll
This should be called regularly to check for new messages in this buffer. Returns True if Poll should be called again in a while. Returns False wh
python/ycm/client/messages_request.py:44
↓ 1 callers
Method
PopulateLocationList
( self, open_on_edit = False )
python/ycm/buffer.py:102
↓ 1 callers
Function
PresentDialog
Presents the user with a dialog where a choice can be made. This will be a dialog for gvim users or a question in the message buffer for vim users
python/ycm/vimsupport.py:767
↓ 1 callers
Function
RangeVisibleInBuffer
( bufnr, grow_factor=0.5 )
python/ycm/vimsupport.py:192
↓ 1 callers
Function
Really_Long_Method
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum egestas libero urna, vel sagittis felis condimentum in. Nulla arcu eros, aliquet v
test/testdata/python/doc.py:16
↓ 1 callers
Function
Really_Long_Method_2
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum egestas libero urna, vel sagittis felis condimentum in. Nulla arcu eros, aliquet
test/testdata/python/doc.py:22
↓ 1 callers
Method
RefreshDiagnosticsUI
( self, open_on_edit = False )
python/ycm/diagnostic_interface.py:78
↓ 1 callers
Method
RefreshDiagnosticsUI
( self )
python/ycm/buffer.py:130
↓ 1 callers
Function
RemoveTextProperty
( buffer_number, line_num, prop_id, prop_type )
python/ycm/vimsupport.py:383
↓ 1 callers
Function
ReplaceChunksInBuffer
Apply changes in |chunks| to the buffer-like object |buffer| and return the locations for that buffer.
python/ycm/vimsupport.py:1066
↓ 1 callers
Method
Request
( self, force=False )
python/ycm/scrolling_range.py:40
↓ 1 callers
Method
ResolveArguments
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:183
↓ 1 callers
Function
ResolveCompletionItem
( completion_request, item )
python/ycm/client/resolve_completion_request.py:75
↓ 1 callers
Method
Response
( self )
python/ycm/client/debug_info_request.py:37
↓ 1 callers
Method
Response
( self )
python/ycm/client/completer_available_request.py:35
↓ 1 callers
Function
RunFlake8
()
run_tests.py:30
↓ 1 callers
Function
SearchInCurrentBuffer
Returns the 1-indexed line on which the pattern matches (going UP from the current position) or 0 if not found
python/ycm/vimsupport.py:1195
↓ 1 callers
Function
SendCommandRequest
( arguments, modifiers, buffer_command = DEFAULT_BUFFER_COMMAN
python/ycm/client/command_request.py:231
↓ 1 callers
Function
SendCompleterAvailableRequest
( filetypes )
python/ycm/client/completer_available_request.py:39
↓ 1 callers
Method
SendParseRequest
( self, extra_data )
python/ycm/buffer.py:50
↓ 1 callers
Function
SendShutdownRequest
()
python/ycm/client/shutdown_request.py:35
↓ 1 callers
Function
SetCurrentLineAndColumn
Sets the cursor position to the 0-based line and 0-based column.
python/ycm/vimsupport.py:73
↓ 1 callers
Function
SetQuickFixList
Populate the quickfix list and open it. List should be in qflist format: see ":h setqflist" for details.
python/ycm/vimsupport.py:499
↓ 1 callers
Method
SetRootNode
( self, items, kind : str )
python/ycm/hierarchy_tree.py:70
↓ 1 callers
Method
ShouldResend
( self )
python/ycm/client/base_request.py:59
↓ 1 callers
Method
ShouldResendParseRequest
( self )
python/ycm/buffer.py:75
↓ 1 callers
Method
ShouldUseNow
( self, request_data )
python/ycm/omni_completer.py:43
↓ 1 callers
Function
ShouldUseSignatureHelp
()
python/ycm/signature_help.py:84
↓ 1 callers
Function
SplitLines
Return a list of each of the lines in the byte string |contents|. Behavior is equivalent to str.splitlines with the following exceptions: - empty
python/ycm/vimsupport.py:1094
↓ 1 callers
Method
Start
( self )
python/ycm/client/shutdown_request.py:28
↓ 1 callers
Method
Start
( self )
python/ycm/client/resolve_completion_request.py:37
↓ 1 callers
Method
Start
( self, filetype )
python/ycm/client/signature_help_request.py:103
↓ 1 callers
Method
Start
( self )
python/ycm/client/omni_completion_request.py:27
↓ 1 callers
Method
Start
( self )
python/ycm/client/command_request.py:50
↓ 1 callers
Method
Start
( self )
python/ycm/client/event_notification.py:31
↓ 1 callers
Method
Start
( self )
python/ycm/client/debug_info_request.py:28
↓ 1 callers
Method
Start
( self )
python/ycm/client/completer_available_request.py:28
↓ 1 callers
Function
StartColumnCompliance
( ycm, omnifunc_start_column, ycm_completions,
python/ycm/tests/omni_completer_test.py:35
↓ 1 callers
Method
StringResponse
( self )
python/ycm/client/command_request.py:113
↓ 1 callers
Function
Test_MultiLine
This is the one line output. This is second line.
test/testdata/python/doc.py:6
↓ 1 callers
Function
Test_OneLine
This is the one line output.
test/testdata/python/doc.py:2
↓ 1 callers
Method
ToRootLocation
( self, subindex : int )
python/ycm/hierarchy_tree.py:30
↓ 1 callers
Method
ToggleVisibility
( self )
python/ycm/signature_help.py:38
↓ 1 callers
Function
UnittestTests
( parsed_args, extra_unittest_args )
run_tests.py:70
↓ 1 callers
Method
UpdateChangesRoot
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:212
↓ 1 callers
Method
UpdateDiagnostics
( self, force = False )
python/ycm/buffer.py:81
↓ 1 callers
Method
UpdateHierarchy
( self, handle : int, items, direction : str )
python/ycm/hierarchy_tree.py:81
↓ 1 callers
Method
UpdateMatches
( self )
python/ycm/diagnostic_interface.py:210
↓ 1 callers
Method
UpdateMatches
( self )
python/ycm/buffer.py:98
↓ 1 callers
Method
UpdateSignatureHelp
( self, signature_info )
python/ycm/youcompleteme.py:424
↓ 1 callers
Function
VimHasFunction
( func )
python/ycm/vimsupport.py:1450
↓ 1 callers
Function
VimHasFunctions
( *functions )
python/ycm/vimsupport.py:1454
↓ 1 callers
Method
_AddSyntaxDataIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:982
↓ 1 callers
Method
_AddTagsFilesIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:995
↓ 1 callers
Method
_AddUltiSnipsDataIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:1027
↓ 1 callers
Method
_ApplyDiagnosticFilter
( self, diags )
python/ycm/diagnostic_interface.py:105
↓ 1 callers
Function
_BuildUri
( handler )
python/ycm/client/base_request.py:326
↓ 1 callers
Function
_Check_FileReadyToParse_Diagnostic_Clean
( ycm )
python/ycm/tests/event_notification_test.py:182
↓ 1 callers
Function
_Check_FileReadyToParse_Diagnostic_Error
( ycm )
python/ycm/tests/event_notification_test.py:88
↓ 1 callers
Function
_Check_FileReadyToParse_Diagnostic_Warning
( ycm )
python/ycm/tests/event_notification_test.py:142
↓ 1 callers
Method
_CleanLogfile
( self )
python/ycm/youcompleteme.py:688
↓ 1 callers
Method
_ClearMatches
( self )
python/ycm/diagnostic_interface.py:204
↓ 1 callers
Method
_ClearSigns
( self )
python/ycm/diagnostic_interface.py:247
↓ 1 callers
Function
_CompileFilters
Given a filter config dictionary, return a list of compiled filters
python/ycm/diagnostic_filter.py:101
↓ 1 callers
Function
_ConnectGroupChildren
( group_name_to_group )
python/ycm/syntax_parse.py:155
↓ 1 callers
Function
_ConvertCompletionDatasToVimDatas
( response_data )
python/ycm/client/completion_request.py:226
↓ 1 callers
Method
_ConvertDiagListToDict
( self )
python/ycm/diagnostic_interface.py:277
↓ 1 callers
Function
_ConvertDiagnosticToTextProperties
( bufnr, diagnostic )
python/ycm/diagnostic_interface.py:309
↓ 1 callers
Function
_CreateInitialGroupMap
()
python/ycm/syntax_parse.py:114
↓ 1 callers
Method
_EchoDiagnostic
( self )
python/ycm/diagnostic_interface.py:111
← previous
next →
201–300 of 902, ranked by callers