The script that you want to have auto-completion suggestions for. This can be different than the full Source as you only want to provide completion suggestions at the current cursor position, so you can provide the full source for validation purposes and provide the script up to the cursor position for auto-completion suggestions.
The script to parse.
Parses a script for validation and auto-completion.
Can be used as the user types their script, for that purpose use these parameters:
Use IncludeCompletionSuggestions if you want to display auto-completion suggestions to the user.
You can verify the entire script and get completion results by passing in the full script as the Source and only the text until the user's cursor in the CompletionSource.
A list of the available dialects can be retrieved by calling GetScriptDialects.