Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Command Line Input Box
#1
Can a command line input box similar to the one in LinqPad's output pane be added? This would be very convenient for general debugging purposes.


Attached Files Image(s)
   
#2
I don't know if this helps but you can set the /*/ console true; /*/ to run it as a console app and it accepts Console.ReadLine().
#3
Thank you for your help. I'm doing it this way now,
but it's not intuitive enough and can be confusing for beginners.
#4
With the command-line input box, it supports installing NuGet packages using commands similar to the one below, which will be very convenient.
Code:
Copy      Help
Install-Package Spire.Doc


Forum Jump:


Users browsing this thread: 1 Guest(s)