VS Code(Visual Studio Code)是由微软研发的一款免费.开源的跨平台文本(代码)编辑器. 1.先从官网下载安装好VS Code.官方下载地址是https://code.visualstudio.com/ 2.安装PHP套件,这是用的是XAMPP套件(集成Apache,MyS'QL,FileZilla,Mercury,Tomcat等开发环境).下载链接 https://www.apachefriends.org/zh_cn/index.html 3.打开V…
目录 前言 下载SDK 安装C#支持 快速创建C#控制台 格式化代码 launch:launch.json must be configured. change 'program' to the path to the executable file that you would like to 前言 Visual Studio被我卸载了,又懒得下,所以先使用VS Code写C#试试 下载SDK 首先要下载一个.net Core的SDK,点我下载,微软的,一路下一步就行 安装C#支持 在VS C…
Debugging Go Code with GDB 使用GDB调试go代码 Introduction Common Operations Go Extensions Known Issues Tutorial Getting Started Inspecting the source Naming Setting breakpoints Inspecting the stack Pretty Printing The following instructions apply to the…
介绍 vsc的宣传语是: 一个运行于 Mac OS X.Windows和 Linux 之上的,针对于编写现代 Web 和云应用的跨平台源代码编辑器. 按它说的,vsc特别适合来作为前端开发编辑器. 内置html开发神器emmet(zencoding),对css及其相关编译型语言Less和Sass都有很好的支持. 当然,最nice的还是写js代码了,这也是我接下来要着重介绍的功能. 智能提示 因为之前微软推出了typescript语言,结合tsd文件,用visual studio写typescri…