diff --git a/_posts/2018-10-12-Play_with_vscode_PlantUML_preview.md b/_posts/2018-10-12-Play_with_vscode_PlantUML_preview.md index f05cbcf..84b5b04 100644 --- a/_posts/2018-10-12-Play_with_vscode_PlantUML_preview.md +++ b/_posts/2018-10-12-Play_with_vscode_PlantUML_preview.md @@ -7,14 +7,21 @@ comments: true author: lemonchann --- -VsCode 强大地自定义功能,已经成为程序员最爱编辑器。 -Microsoft在2015年4月30日Build 开发者大会上正式宣布了 Visual Studio Code 项目:一个运行于 Mac OS X、Windows和Linux之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 +软件设计过程中,有好几种图需要画,比如流程图、类图、组件图等,我知道大部分人画流程图一般都会用微软的viso绘制,我之前也是这个习惯,viso画图有个不好的地方是需要时刻去调整线条和边框已达到简洁美观,今天我给大家介绍一款程序员画图神器PlantUML,一款你用了就爱上的画图软件! - +VsCode以插件的形式支持了这款画图神器,还不知道VsCode? -该编辑器也集成了所有一款现代编辑器所应该具备的特性,包括语法高亮(syntax high lighting),可定制的热键绑定(customizable keyboard bindings),括号匹配(bracket matching)以及代码片段收集(snippets)。Somasegar 也告诉笔者这款编辑器也拥有对 Git 的开箱即用的支持。引用[360百科](https://baike.so.com/doc/24428308-25261478.html) +> VsCode 强大地自定义功能,已经成为程序员最爱编辑器。 +> Microsoft在2015年4月30日Build 开发者大会上正式宣布了 Visual Studio Code 项目:一个运行于 Mac OS X、Windows和Linux之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器。 + +> 该编辑器也集成了所有一款现代编辑器所应该具备的特性,包括语法高亮(syntax high lighting),可定制的热键绑定(customizable keyboard bindings),括号匹配(bracket matching)以及代码片段收集(snippets)。Somasegar 也告诉笔者这款编辑器也拥有对 Git 的开箱即用的支持。引用[360百科](https://baike.so.com/doc/24428308-25261478.html) + + + +## 主角出场 ### PlantUML + **PlantUML是一个开源项目,支持快速绘制:** >时序图 @@ -82,3 +89,4 @@ Alice <-- Bob: another authentication Response +#### 好了,这么好用工具赶紧用起来吧! \ No newline at end of file diff --git a/_posts/todolist.txt b/_posts/todolist.txt index aeb6220..ff37642 100644 --- a/_posts/todolist.txt +++ b/_posts/todolist.txt @@ -1 +1,2 @@ -进程 线程 协程的对比python vs go \ No newline at end of file +进程 线程 协程的对比python vs go +github c++项目推荐 diff --git a/images/2020-2-21-sourcegraph/加载扩展程序.png b/images/2020-2-21-sourcegraph/加载扩展程序.png new file mode 100644 index 0000000..2130182 Binary files /dev/null and b/images/2020-2-21-sourcegraph/加载扩展程序.png differ diff --git a/images/2020-2-21-sourcegraph/启动插件.png b/images/2020-2-21-sourcegraph/启动插件.png new file mode 100644 index 0000000..3f46ead Binary files /dev/null and b/images/2020-2-21-sourcegraph/启动插件.png differ diff --git a/images/2020-2-21-sourcegraph/工程文件浏览.png b/images/2020-2-21-sourcegraph/工程文件浏览.png new file mode 100644 index 0000000..6bff34e Binary files /dev/null and b/images/2020-2-21-sourcegraph/工程文件浏览.png differ diff --git a/images/2020-2-21-sourcegraph/应用商店.png b/images/2020-2-21-sourcegraph/应用商店.png new file mode 100644 index 0000000..a3ebd3c Binary files /dev/null and b/images/2020-2-21-sourcegraph/应用商店.png differ diff --git a/images/2020-2-21-sourcegraph/插件中心.png b/images/2020-2-21-sourcegraph/插件中心.png new file mode 100644 index 0000000..a01c8cb Binary files /dev/null and b/images/2020-2-21-sourcegraph/插件中心.png differ diff --git a/images/2020-2-21-sourcegraph/查找定义.png b/images/2020-2-21-sourcegraph/查找定义.png new file mode 100644 index 0000000..4955d9b Binary files /dev/null and b/images/2020-2-21-sourcegraph/查找定义.png differ diff --git a/images/2020-2-21-sourcegraph/查找引用.png b/images/2020-2-21-sourcegraph/查找引用.png new file mode 100644 index 0000000..f3ced1a Binary files /dev/null and b/images/2020-2-21-sourcegraph/查找引用.png differ