• 学以致用:让visualstudio爱上sublime


    前言:
           经常在vs中工作,但是一些编辑工作却非常喜欢sublime的方式,如果你也是,那我们来当媒婆吧,哈哈.
    准备:
           Visualstudio一枚
           Sublime一枚
           版本都随意,我这里以vs2010举例.
    开始:
           打开工具-->外部工具
           
            点击增加:
            
          其中标题随你,
          命令选择你的sublime的位置
          参数输入:$(ItemPath):$(CurLine):$(CurCol)
          这个的意思是:文件名:当前行号:当前列号,这个参数方式对所有工具都有效,我这里列出完整的参数参考.
              Usage: subl [arguments] [files]         edit the given files
       or: subl [arguments] [directories]   open the given directories
       or: subl [arguments] -               edit stdin
     
    Arguments:
      --project <project>: Load the given project
      --command <command>: Run the given command
      -n or --new-window:  Open a new window
      -a or --add:         Add folders to the current window
      -w or --wait:        Wait for the files to be closed before returning
      -b or --background:  Don't activate the application
      -s or --stay:        Keep the application activated after closing the file
      -h or --help:        Show help (this message) and exit
      -v or --version:     Show version and exit
     
    --wait is implied if reading from stdin. Use --stay to not switch back
    to the terminal when a file is closed (only relevant if waiting for a file).
     
    Filenames may be given a :line or :line:column suffix to open at a specific
    location.
    这样就可以点击工具-->sublime来启动sublime编辑了,编辑完保存关闭,vs会提示文件有修改,是否加载,点击是即可.

    如何能够更加快捷的使用呢,那就设置快捷键吧.
    打开工具-->选项
    找到Tools.ExternalCommand3,数字3是看你在外部工具列表排的位置

    设置一个你要的快捷键,我设置的Ctrl+E,Ctrl+E
    确定就好了,这样我们需要编辑就Ctrl+E,Ctrl+E,然后编辑,完成后Ctrl+s,alt+f4即可.
  • 相关阅读:
    ubuntu14.4开启ftp服务
    ubuntu14.4安装gtx970显卡驱动的艰辛历程
    jquery.dataTables的用法
    win7上安装theano keras深度学习框架
    使用BeanUtils设置属性转换String到Date类型
    keras在win7下环境搭建
    Python-try except else finally有return时执行顺序探究
    MySQL-EXPLAIN用法详解
    PHP-Windows下搭建Nginx+PHP环境
    PHP-php.ini中文版
  • 原文地址:https://www.cnblogs.com/damir/p/9c204be6bf3c3843e4a669019533bd7c.html
Copyright © 2020-2023  润新知