visual studio code -凯发k8国际

`
jickcai
  • 浏览: 235835 次
  • 性别:
  • 来自: 北京
博主相关
  • 博客
  • 微博
  • 相册
  • 收藏
  • 社区版块
    • ( 0)
    • ( 0)
    • ( 0)
    存档分类
    最新评论

    visual studio code

     

    常用快捷键

    批量注释
    完成注释:首先用鼠标选中多行,然后先按ctrl k,再按下ctrl c首先用鼠标选中多行,然后先按ctrl k,再按下ctrl c
    取消注释:首先用鼠标选中多行,然后先按ctrl k,再按下ctrl u用鼠标选中多行,然后先按ctrl k,再按下ctrl u
    (一) 代码格式化:
    快捷键:shift option f
    (二)选中方法,跳进方法
     
    快捷键:command 鼠标左键
    (三)选中方法进行查看方法实用位置
    快捷键:command d
    (四)剪切/张贴/复制
    快捷键:command x/c/v
    (五)打开文件
    快捷键:command p
    (六)全局搜索
    快捷键:command shift f
    (六)行首行尾(类似win的home跟end)
    快捷键:command 方向键

     

    自动格式化代码
     

    开启mac sftp

     

    偏好设置共享

     

     

    添加sftp插件

     

     

     

     

    配置sftp

     

     

    按 com shift p 选择sftp config
     
     
    {
    "host": "localhost",
    "port": 22,
    "username": "jick",
    "password": "@019jick",
    "protocol": "sftp",
    "interactiveauth": true,
    "remotepath": "/volumes/work/xxx",
    "uploadonsave": true,
    "syncmode": "update",
    "ignore": [
    "**/.vscode/**",
    "**/.git/**",
    "**/.ds_store",
    "**/.svn"
    ],
    "watcher": {
    "files": "glob",
    "autoupload": true,
    "autodelete": true
    }
    }
     

     

    分享到:
    评论

    相关推荐

      visual studio code的java调试器

      该插件在visual studio code使用,可以让kl文件中关键字高亮。

      visual studio code succinctly published on : apr 29, 2016 description visual studio code is a powerful tool for editing code and serves as a complete environment for end-to-end programming. ...

      microsoft visual studio code makes a step forward, by providing a fully featured development environment for windows, macos, and linux that not only offers advanced coding features but also ...

      23款常用visual studio code 的插件离线安装包 (vsix格式),适用于一些无法连接互联网的电脑。 离线包安装方法:从vscode的扩展 '...' 选择'从vsix安装即可' 离线包目录如下: autoopenmarkdown-preview beautify ...

      macos visual studio code

      chinese (simplified) (简体中文) language pack for visual studio code

      visual studio code 1.69.1 (vscodesetup-arm64-1.69.1.exe) 适用于system installer windows 64位系统arm芯片: 它是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行。它内置了对 javascript、typescript...

      本文给大家介绍的是visual studio和visual studio code之间有什么区别,希望对大家的学习能够有所帮助

      legacy omnisharp support for visual studio code this is the original omnisharp extension which provided the c# editing support that was previously bundled with visual studio code. for most scenarios...

      visual studio code 1.64.0 (code-1.64.0-1643862269.el7.aarch64.rpm)适用于 linux arm 64位系统。它是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行。它内置了对 javascript、typescript 和 node.js ...

      visual studio code 1.0正式版

      visual studio code for mac是微软旗下的一款代码编辑器,允许您使用大量编程语言,并集成调试和git支持。visual studio code可以帮助您能够在结构良好的环境中处理软件项目,该环境集成了基本代码编辑功能。而且...

      visual studio code 1.64.2(vscodesetup-x64-1.64.2.exe)适用于system installer windows 64位系统。它是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行,适用于 windows、macos 和 linux。它内置了对 ...

      visual studio code 1.68.1 (vscode-darwin.zip) 适用于macos系统 intel芯片:

      visual studio code 1.7.1最新版ubuntu版

      vs code原名全程为visual studio code,该软件是由微软推出的一款开源免费的代码编辑器。功能上软件可以说是非常全面的了,例如代码的编辑、高亮显示、代码的缩进、debug调试都是软件支持的范围

    global site tag (gtag.js) - google analytics
    网站地图