How to copy text together with the line numbers using Sublime Text

半腔热情 提交于 2019-12-22 04:35:09

问题


I would like to copy text but with the line numbers in front. How to do it? I would like to paste that text after that, with the line numbers in front.


回答1:


  • Install Copy With Line Numbers Reloaded
  • Select the text you want to copy
  • Run Edit: Copy With Line Numbers from the Command Palette
  • Paste @ your target document & your code will now have line numbers


来源:https://stackoverflow.com/questions/36992564/how-to-copy-text-together-with-the-line-numbers-using-sublime-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!