Herald Tech Notes
built
  • Home
  • Favorite
  • About
  • Search
Subscribe
Tagged

VS Code

A collection of 2 posts

VS Code

code-server let VS Code in the sky

Vistual Studio Code 是微软开发的一款基于 electron 的开源的编辑器,是我目前的主力开发工具。 刚刚找到一个项目 code-server,它把 VS Code 打包成了云编辑器,通过 Docker 跑在服务器上,通过浏览器使用编辑器。这样无论走到哪里,只要有浏览器就可以进行开发。

  • Herald Yu
Herald Yu Apr 11, 2019 • 1 min read
VS Code

VS Code 自定义代码片段

在 VS Code 属性设置中找到 User Snippets,新建全局代码片段。 例如:创建名为 flask-jinja.code-snippets 自定义全局代码片段 { // Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If

  • Herald Yu
Herald Yu Aug 17, 2018 • 1 min read
Herald Tech Notes © 2022
Powered by Ghost