Interface ITemplatePriorityHelper


  • public interface ITemplatePriorityHelper
    Helper for priority computation for proposals
    • Method Detail

      • adjustPriority

        void adjustPriority​(org.eclipse.jface.text.contentassist.ICompletionProposal proposal,
                            String prefix)
        Adjusts the priority of given proposal
        Parameters:
        proposal - The proposal to adjust, cannot be null
        prefix - The prefix of this proposal, cannot be null