ShowCompletionList Property (LanguageServerProp Object)

Corresponds to the Show completion list check box in the Language Server page of Configuration Properties.

[JavaScript]

b = object.ShowCompletionList;
object.ShowCompletionList = b;

[VBScript]

b = object.ShowCompletionList
object.ShowCompletionList = b

Version

Supported on EmEditor Professional Version 23.1 or later.