Interface ContextSuggestionsNarrower
- All Known Implementing Classes:
ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower, ContextSuggestionsNarrower.DebugNarrower
public interface ContextSuggestionsNarrower
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionintintnarrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings)
-
Method Details
-
getBeforeContextLinesCount
int getBeforeContextLinesCount() -
getAfterContextLinesCount
int getAfterContextLinesCount() -
narrowSuggestions
CompletionItem[] narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings)
-