microsoft / vscode-serial-monitor

Serial Monitor that allows for reading and writing to serial ports. Official issue tracking repository for Microsoft's Serial Monitor VS Code extension.
MIT License
59 stars 8 forks source link

accept multi line input by shift+enter #12

Open heartacker opened 2 years ago

heartacker commented 2 years ago

Type: Feature Request

  1. we need to input multi line at the same time.
    1. suggestion shift+enter to input new line.
    2. an icon button in tool bar to switch the character of new line,
      • \r
      • \n
      • \r\n
  2. allow to send multi-line text file https://github.com/microsoft/vscode-serial-monitor/issues/7
gcampbell-msft commented 2 years ago

Thanks for the feedback!

You should be able to switch the character of the new line by using the Line ending dropdown. CR = \r, LF = \n, CRLF = \r\n.

As for your other suggestions, we will add them to the backlog and see where they fit in with our other requests!

gcampbell-msft commented 1 year ago

Those that are interested in this feature should upvote the issue to let us know of your interest, thanks!

heartacker commented 1 year ago

Just do it √