Closed sorousherafat closed 1 year ago
Hi, thanks for the issue! I'd rather keep completion to be only valid C# for now, rather than mixing csharprepl commands + C# code in the completion window. But I agree that clear
is not discoverable at all. Thanks for raising that.
For now, I've helped increase the discoverability of the clear
command:
You can update to the latest csharprepl by running dotnet tool update -g csharprepl
Thanks!
Feature Description
csharprepl
supports built-in commands likehelp
,clear
andexit
.help
andclear
are mentioned in the start prompt but some users may not even know thatcsharprepl
supportsclear
for clearing the terminal. on the other hand, adding these three commands to completion will probably result in better user experience.