SendCode
SendCode copied to clipboard
Doesn't start new line at the end of the file after send the code
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!
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.