You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #25
Enhance REPL to support multi-line input and improve inline code-completion.
* Add a `StringBuilder` to accumulate multi-line input.
* Append each line of input to the `StringBuilder`.
* Check for incomplete statements and allow continuation by checking if the input ends with " \".
* Clear the `StringBuilder` after processing the final input.
* Update the script execution to use the accumulated input from the `StringBuilder`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/WeihanLi/dotnet-exec/issues/25?shareId=XXXX-XXXX-XXXX-XXXX).
The text was updated successfully, but these errors were encountered: