vscode 的插件 必须 Chinese (Simplified) Language Pack for Visual Studio Code Markdown Preview Enhanced Debugger for Chrome Material Icon Theme Material Theme IntelliJ IDEA Keybindings Prettier - Code formatter 一个代码格式化工具 Prettify JSON 一个 JSON 格式化工具 open in…
使用vscode的插件实现快捷开发 ASP.NET Core Snippets :HomeController, Startup, ProgramFile and many more starts with mvc- and then hit tab 使用mvc-就会有相应的命令实现快速的生成对应的控制器和方法,对代码的格式化. C#:高亮,编辑器的支持,调试等,在asp.netcore开发中,必须安装 NuGet Package Manager:Nuget包管理器,这个非常重要,可以让我们在…
vscode 的插件cpptools 0.9.3 需要glibc 2.18的版本,但是Centos 7 下没有这个版本的GLIBC,所以导致链接库丢失,后台服务不能正常运行.按以下步骤操作可修复此问题. With the 0.9.3 it seems that both GLIBC_2.18 & GLIBC_2.17 is required.However if you want a workaround try this: wget http://ftp.gnu.org/gnu/glibc/g…