Interface IIdeContentProposalAcceptor

    • Method Detail

      • accept

        void accept​(ContentAssistEntry entry,
                    int priority)
        Handle the given content assist entry. The entry may be null.
      • canAcceptMoreProposals

        boolean canAcceptMoreProposals()
      • didAcceptAllProposals

        default boolean didAcceptAllProposals()
        If the acceptor accepted all proposals.
        Since:
        2.29