Notepad++ recognizes R code and also allows you to comment out code with theCtrl+QorCommand+Qshortcut. If you use Emacs, you can also useM-x comment-region. To revert the action, useM-x uncomment region. You can also use thescan()function to insert any arbitrary text inside your code,...
(message, **kwargs) File "C:\Python27\lib\site-packages\prompt_toolkit\shortcuts.py", line 465, in create_prompt_application multiline = to_simple_filter(multiline) File "C:\Python27\lib\site-packages\prompt_toolkit\filters\utils.py", line 20, in to_simple_filter raise TypeError('...