Class SnippetContextUtils


  • public class SnippetContextUtils
    extends Object
    Snippet context utilities.
    • Method Detail

      • canAcceptExpression

        public static boolean canAcceptExpression​(ICompletionRequest request)
        Returns true if the expression (with or without bracket) can be proceed according the completion trigger and false otherwise.
        Parameters:
        request - the completion request.
        Returns:
        true if the expression (with or without bracket) can be proceed according the completion trigger and false otherwise.