Interface ICodeAutocompleter
OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.ICodeAutocompleter
Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete
public interface ICodeAutocompleterProperties
Methods
HashSet<AutocompleteItem> Get(string pattern, IEnumerable<string> usings, IEnumerable<AutocompleteVariable> variables) #Get autocomplete from all autocompleters that yet initialized
Parameters
Name
Type
Description
patternStringtext for search (like "System.Thr")
usingsIEnumerable<String>list of usings (like "System", "System.Threading")
variablesIEnumerable<AutocompleteVariable>list of allow variables to autocomplete
Returns
Type
Description
HashSet<AutocompleteItem>void InitIfNotInitialized() #void AddVariables(IEnumerable<AutocompleteVariable> variables) #Parameters
Name
Type
Description
variablesIEnumerable<AutocompleteVariable>