MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / OnInsertEnter

Method OnInsertEnter

python/ycm/youcompleteme.py:670–672  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

668
669
670 def OnInsertEnter( self ):
671 if not self._user_options[ 'update_diagnostics_in_insert_mode' ]:
672 self.CurrentBuffer().ClearDiagnosticsUI()
673
674
675 def OnInsertLeave( self ):

Callers

nothing calls this directly

Calls 2

CurrentBufferMethod · 0.95
ClearDiagnosticsUIMethod · 0.45

Tested by

no test coverage detected