public class CompletionHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TIMEOUT_EXCEPTION_MSG |
Constructor and Description |
---|
CompletionHelper() |
Modifier and Type | Method and Description |
---|---|
void |
allCommandLineTemplatesCompletion(com.intellij.codeInsight.completion.CompletionResultSet result)
This method is to propose the autocompletion of all Squash Command line templates
|
String |
getInlineTextAfterACPosition(String docContent,
int autoCompletePos)
This methods returns the string from the Auto-completion position to the end of the current line
|
protected String |
getInlineTextBeforeACPosition(String fileContent,
int autoCompletePos)
This methods returns the start of the current line before the position of the carret when autocompletion was resquested.
|
public static final String TIMEOUT_EXCEPTION_MSG
public void allCommandLineTemplatesCompletion(com.intellij.codeInsight.completion.CompletionResultSet result)
result
- the IntelliJ object control the autocompletion process@NotNull protected String getInlineTextBeforeACPosition(String fileContent, int autoCompletePos)
fileContent
- autoCompletePos
- Copyright © 2018-2019 Henix. All Rights Reserved.