MCPcopy Create free account

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

Functions902 in github.com/ycm-core/YouCompleteMe

↓ 1 callersMethodGetResponse
( self )
python/ycm/buffer.py:106
↓ 1 callersFunctionGetStandardLibraryIndexInSysPath
( sys_path )
.ycm_extra_conf.py:38
↓ 1 callersFunctionGetWindowsForBufferNumber
Return the list of windows containing the buffer with number |buffer_number| for the current tab page.
python/ycm/vimsupport.py:415
↓ 1 callersMethodHandleToRootLocation
( self, handle : int )
python/ycm/hierarchy_tree.py:200
↓ 1 callersFunctionHiddenEnabled
( buffer_object )
python/ycm/vimsupport.py:597
↓ 1 callersMethodInitializeCurrentHierarchy
( self, items, kind )
python/ycm/youcompleteme.py:116
↓ 1 callersMethodIsActive
( self )
python/ycm/signature_help.py:47
↓ 1 callersMethodIsAllowed
( self, diagnostic )
python/ycm/diagnostic_filter.py:26
↓ 1 callersMethodIsResponseHandled
( self )
python/ycm/buffer.py:110
↓ 1 callersFunctionJumpToFile
( filename, command, modifiers )
python/ycm/vimsupport.py:657
↓ 1 callersMethodJumpToItem
( self, handle : int, command )
python/ycm/hierarchy_tree.py:160
↓ 1 callersFunctionJumpToPreviewWindow
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 callersFunctionJumpToTab
Jump to Vim tab with corresponding number
python/ycm/vimsupport.py:1223
↓ 1 callersFunctionLineTextInCurrentBuffer
Returns the text on the 1-indexed line (NOT 0-indexed)
python/ycm/vimsupport.py:1201
↓ 1 callersFunctionMain
()
run_tests.py:102
↓ 1 callersFunctionMain
()
install.py:30
↓ 1 callersMethodMarkResponseHandled
( self )
python/ycm/buffer.py:114
↓ 1 callersFunctionMockAsyncServerResponseException
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 callersFunctionMockAsyncServerResponseInProgress
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 callersMethodNativeFiletypeCompletionAvailable
( self )
python/ycm/youcompleteme.py:545
↓ 1 callersFunctionNewCandidateInsertionText
( to_insert, text_after_cursor )
python/ycm/base.py:107
↓ 1 callersMethodNotifyUserIfServerCrashed
( self )
python/ycm/youcompleteme.py:291
↓ 1 callersMethodOnBufferUnload
( self, deleted_buffer_number )
python/ycm/youcompleteme.py:636
↓ 1 callersMethodOnCompleteDone
( self )
python/ycm/client/omni_completion_request.py:44
↓ 1 callersFunctionOpenFileInPreviewWindow
Open the supplied filename in the preview window
python/ycm/vimsupport.py:1228
↓ 1 callersFunctionOpenFilename
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 callersFunctionOverlapLength
Returns the length of the overlap between two strings. Example: "foo baro" and "baro zoo" -> 4
python/ycm/base.py:132
↓ 1 callersFunctionParseArguments
()
run_tests.py:41
↓ 1 callersMethodParseRequestPending
( self )
python/ycm/buffer.py:67
↓ 1 callersFunctionPatchNoProxy
()
python/ycm/youcompleteme.py:52
↓ 1 callersMethodPoll
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 callersMethodPopulateLocationList
( self, open_on_edit = False )
python/ycm/buffer.py:102
↓ 1 callersFunctionPresentDialog
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 callersFunctionRangeVisibleInBuffer
( bufnr, grow_factor=0.5 )
python/ycm/vimsupport.py:192
↓ 1 callersFunctionReally_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 callersFunctionReally_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 callersMethodRefreshDiagnosticsUI
( self, open_on_edit = False )
python/ycm/diagnostic_interface.py:78
↓ 1 callersMethodRefreshDiagnosticsUI
( self )
python/ycm/buffer.py:130
↓ 1 callersFunctionRemoveTextProperty
( buffer_number, line_num, prop_id, prop_type )
python/ycm/vimsupport.py:383
↓ 1 callersFunctionReplaceChunksInBuffer
Apply changes in |chunks| to the buffer-like object |buffer| and return the locations for that buffer.
python/ycm/vimsupport.py:1066
↓ 1 callersMethodRequest
( self, force=False )
python/ycm/scrolling_range.py:40
↓ 1 callersMethodResolveArguments
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:183
↓ 1 callersFunctionResolveCompletionItem
( completion_request, item )
python/ycm/client/resolve_completion_request.py:75
↓ 1 callersMethodResponse
( self )
python/ycm/client/debug_info_request.py:37
↓ 1 callersMethodResponse
( self )
python/ycm/client/completer_available_request.py:35
↓ 1 callersFunctionRunFlake8
()
run_tests.py:30
↓ 1 callersFunctionSearchInCurrentBuffer
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 callersFunctionSendCommandRequest
( arguments, modifiers, buffer_command = DEFAULT_BUFFER_COMMAN
python/ycm/client/command_request.py:231
↓ 1 callersFunctionSendCompleterAvailableRequest
( filetypes )
python/ycm/client/completer_available_request.py:39
↓ 1 callersMethodSendParseRequest
( self, extra_data )
python/ycm/buffer.py:50
↓ 1 callersFunctionSendShutdownRequest
()
python/ycm/client/shutdown_request.py:35
↓ 1 callersFunctionSetCurrentLineAndColumn
Sets the cursor position to the 0-based line and 0-based column.
python/ycm/vimsupport.py:73
↓ 1 callersFunctionSetQuickFixList
Populate the quickfix list and open it. List should be in qflist format: see ":h setqflist" for details.
python/ycm/vimsupport.py:499
↓ 1 callersMethodSetRootNode
( self, items, kind : str )
python/ycm/hierarchy_tree.py:70
↓ 1 callersMethodShouldResend
( self )
python/ycm/client/base_request.py:59
↓ 1 callersMethodShouldResendParseRequest
( self )
python/ycm/buffer.py:75
↓ 1 callersMethodShouldUseNow
( self, request_data )
python/ycm/omni_completer.py:43
↓ 1 callersFunctionShouldUseSignatureHelp
()
python/ycm/signature_help.py:84
↓ 1 callersFunctionSplitLines
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 callersMethodStart
( self )
python/ycm/client/shutdown_request.py:28
↓ 1 callersMethodStart
( self )
python/ycm/client/resolve_completion_request.py:37
↓ 1 callersMethodStart
( self, filetype )
python/ycm/client/signature_help_request.py:103
↓ 1 callersMethodStart
( self )
python/ycm/client/omni_completion_request.py:27
↓ 1 callersMethodStart
( self )
python/ycm/client/command_request.py:50
↓ 1 callersMethodStart
( self )
python/ycm/client/event_notification.py:31
↓ 1 callersMethodStart
( self )
python/ycm/client/debug_info_request.py:28
↓ 1 callersMethodStart
( self )
python/ycm/client/completer_available_request.py:28
↓ 1 callersFunctionStartColumnCompliance
( ycm, omnifunc_start_column, ycm_completions,
python/ycm/tests/omni_completer_test.py:35
↓ 1 callersMethodStringResponse
( self )
python/ycm/client/command_request.py:113
↓ 1 callersFunctionTest_MultiLine
This is the one line output. This is second line.
test/testdata/python/doc.py:6
↓ 1 callersFunctionTest_OneLine
This is the one line output.
test/testdata/python/doc.py:2
↓ 1 callersMethodToRootLocation
( self, subindex : int )
python/ycm/hierarchy_tree.py:30
↓ 1 callersMethodToggleVisibility
( self )
python/ycm/signature_help.py:38
↓ 1 callersFunctionUnittestTests
( parsed_args, extra_unittest_args )
run_tests.py:70
↓ 1 callersMethodUpdateChangesRoot
( self, handle : int, direction : str )
python/ycm/hierarchy_tree.py:212
↓ 1 callersMethodUpdateDiagnostics
( self, force = False )
python/ycm/buffer.py:81
↓ 1 callersMethodUpdateHierarchy
( self, handle : int, items, direction : str )
python/ycm/hierarchy_tree.py:81
↓ 1 callersMethodUpdateMatches
( self )
python/ycm/diagnostic_interface.py:210
↓ 1 callersMethodUpdateMatches
( self )
python/ycm/buffer.py:98
↓ 1 callersMethodUpdateSignatureHelp
( self, signature_info )
python/ycm/youcompleteme.py:424
↓ 1 callersFunctionVimHasFunction
( func )
python/ycm/vimsupport.py:1450
↓ 1 callersFunctionVimHasFunctions
( *functions )
python/ycm/vimsupport.py:1454
↓ 1 callersMethod_AddSyntaxDataIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:982
↓ 1 callersMethod_AddTagsFilesIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:995
↓ 1 callersMethod_AddUltiSnipsDataIfNeeded
( self, extra_data )
python/ycm/youcompleteme.py:1027
↓ 1 callersMethod_ApplyDiagnosticFilter
( self, diags )
python/ycm/diagnostic_interface.py:105
↓ 1 callersFunction_BuildUri
( handler )
python/ycm/client/base_request.py:326
↓ 1 callersFunction_Check_FileReadyToParse_Diagnostic_Clean
( ycm )
python/ycm/tests/event_notification_test.py:182
↓ 1 callersFunction_Check_FileReadyToParse_Diagnostic_Error
( ycm )
python/ycm/tests/event_notification_test.py:88
↓ 1 callersFunction_Check_FileReadyToParse_Diagnostic_Warning
( ycm )
python/ycm/tests/event_notification_test.py:142
↓ 1 callersMethod_CleanLogfile
( self )
python/ycm/youcompleteme.py:688
↓ 1 callersMethod_ClearMatches
( self )
python/ycm/diagnostic_interface.py:204
↓ 1 callersMethod_ClearSigns
( self )
python/ycm/diagnostic_interface.py:247
↓ 1 callersFunction_CompileFilters
Given a filter config dictionary, return a list of compiled filters
python/ycm/diagnostic_filter.py:101
↓ 1 callersFunction_ConnectGroupChildren
( group_name_to_group )
python/ycm/syntax_parse.py:155
↓ 1 callersFunction_ConvertCompletionDatasToVimDatas
( response_data )
python/ycm/client/completion_request.py:226
↓ 1 callersMethod_ConvertDiagListToDict
( self )
python/ycm/diagnostic_interface.py:277
↓ 1 callersFunction_ConvertDiagnosticToTextProperties
( bufnr, diagnostic )
python/ycm/diagnostic_interface.py:309
↓ 1 callersFunction_CreateInitialGroupMap
()
python/ycm/syntax_parse.py:114
↓ 1 callersMethod_EchoDiagnostic
( self )
python/ycm/diagnostic_interface.py:111
← previousnext →201–300 of 902, ranked by callers