DynamoVisualProgramming.DynamoServices by Autodesk

<PackageReference Include="DynamoVisualProgramming.DynamoServices" Version="3.0.0-beta7064" />

 PythonCodeCompletionDataCore

Concrete type that gets returned and converted to an Avalonedit type implementing ICompletionData when used from WPF ScriptEditorContorl.

public object Content { get; }

public string Description { get; }

public bool IsInstance { get; }

public double Priority { get; }

public string Stub { get; }

public string Text { get; }

public PythonCodeCompletionDataCore(string text, string stub, bool isInstance, ExternalCodeCompletionType completionType, IExternalCodeCompletionProviderCore providerCore)