Interface IExternalContentCompletionContext


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface IExternalContentCompletionContext
    Contains context information about the position where the content completion is invoked.
    Since:
    22.1
    • Method Detail

      • getPosition

        int getPosition()
        Returns:
        The position to start the content completion, represents an offset in the document.
      • getSkippedText

        java.lang.String getSkippedText()
        Returns:
        The text to be skipped/overwritten by the content completion item insertion. Can be null in case no text should be overwritten.