SendCode icon indicating copy to clipboard operation
SendCode copied to clipboard

Doesn't start new line at the end of the file after send the code

Open albert-ying opened this issue 5 years ago • 1 comments

Hi Randy, After I press cmd+enter, the code was sent and the cursor in sublime jumped to the next line, which is good. However, when I reached the end of the file, cmd+enter sent the code but doesn't create a new line (unlike in Rstudio). How can I make it like in Rstudio? e.g. after press cmd-enter, jump to next line if at the middle of the text, create a new line when there is no "next line". Thank you!

albert-ying avatar Mar 08 '20 17:03 albert-ying

I guess it is out of the scope of SendCode because we do not modify the content of a view directly. We only capture selection and send it to the selected program.

randy3k avatar Mar 08 '20 21:03 randy3k