Class SnippetContextUtils
- java.lang.Object
-
- org.eclipse.lemminx.services.snippets.SnippetContextUtils
-
public class SnippetContextUtils extends Object
Snippet context utilities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancanAcceptExpression(ICompletionRequest request)Returns true if the expression (with or without bracket) can be proceed according the completion trigger and false otherwise.
-
-
-
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.
-
-