Class SnippetContextUtils
java.lang.Object
org.eclipse.lemminx.services.snippets.SnippetContextUtils
Snippet context utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanAcceptExpression(ICompletionRequest request) Returns true if the expression (with or without bracket) can be proceed according the completion trigger and false otherwise.
-
Method Details
-
canAcceptExpression
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.
-