博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
学习笔记之Visual Studio Code & Clang
阅读量:6614 次
发布时间:2019-06-24

本文共 1505 字,大约阅读时间需要 5 分钟。

Mac上XCode太占空间,卸载然后安装VSCode和Clang。在VSCode中再安装extension C/C++和Code Runner,配置Tasks: Configure Task,就可以开始Run C++ program了。


Visual Studio Code - Code Editing. Redefined

  • https://code.visualstudio.com/

Clang - Wikipedia

  • https://en.wikipedia.org/wiki/Clang
  • Clang is a  for the , ,  and  , as well as the , ,  and frameworks. It uses the  compiler infrastructure as its  and has been part of the LLVM  since LLVM 2.6.
  • It is designed to act as a drop-in replacement for the  (GCC), supporting most of its compilation flags and unofficial language extensions. Its contributors include , , , , ,  and  (AMD). It is , with  released under the , a .
  • The Clang project includes , a  and several code analysis tools.

Comparing Clang to other open source compilers

  • https://clang.llvm.org/comparison.html

Clang C/C++ Download and Installation Instructions

  • https://www.ics.uci.edu/~pattis/common/handouts/macclion/clang.html

VS Code 最强插件指南 - CSDN

  • https://mp.weixin.qq.com/s/MshppwwRFmbFx3aR7FVpEQ

在用VSCode? 看完这篇文章, 开发效率翻倍!

  • https://mp.weixin.qq.com/s/XiT6uNQPIPGvkLbUcPnRqw

VS Code 神器插件:代码一键运行,支持超过 40 种语言 - CSDN

  • https://mp.weixin.qq.com/s/bND98wd2mjdQXFWnRzskiw

Web 版 VS Code 来了!

不容错过的 Visual Studio Code 十大扩展组件

Vscode 小白使用介绍

用 VSCode 写 python 的正确姿势

来安装一个酷炫的 VS Code 主题


How to change the launched folder ?

  • Navigate to your project folder and type code . 
  • The Visual Studio Code Command Line Options
    • https://code.visualstudio.com/docs/editor/command-line#_launching-from-command-line

转载于:https://www.cnblogs.com/pegasus923/p/10332770.html

你可能感兴趣的文章
3分钟搞掂Set集合
查看>>
win10下安装Docker
查看>>
nginx1.9+做TCP代理(端口转发)
查看>>
HTML元素的默认CSS设置介绍
查看>>
CSS-图片不变形设置
查看>>
Git异常:fatal: could not create work tree dir 'XXX': No such file or directory
查看>>
GNU make manual 翻译(八十二)
查看>>
python批量下载图片的三种方法
查看>>
/bin/bash^M: bad interpreter: 没有那个文件或目录
查看>>
apiCloud手动检测更新
查看>>
动态生成WizardPage
查看>>
iOS - OC NSData 数据
查看>>
Java web 开发填坑记 1 -如何正确的下载 eclipse
查看>>
每日学习与工作计划移至日事清APP
查看>>
iOS - Quartz 2D 第三方框架 Charts 绘制图表
查看>>
MM顾问的常见面试问题(ZZ)
查看>>
转:Windows 8上强制Visual Studio以管理员身份运行
查看>>
迟来的加勒比海盗3 观后
查看>>
类与对象 - PHP手册笔记
查看>>
谈一谈互联网创业补贴变味后的现象
查看>>