Method ShowCodeCompletionPopup
- Namespace
 - Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
 
- Assembly
 - Alternet.Scripter.Debugger.UI.v10.dll
 
ShowCodeCompletionPopup()
protected abstract void ShowCodeCompletionPopup()
ShowCodeCompletionPopup(bool, string, IEnumerable<Symbol>)
protected virtual void ShowCodeCompletionPopup(bool autocompleteOnSingleSuggestion, string searchString, IEnumerable<Symbol> sortedSymbols)
Parameters
autocompleteOnSingleSuggestionboolsearchStringstringsortedSymbolsIEnumerable<Symbol>