学习笔记之Visual Studio Code (VSCode) & Clang


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


Visual Studio Code - Code Editing. Redefined

Clang - Wikipedia

Comparing Clang to other open source compilers

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

Clang C/C++ Download and Installation Instructions


Web 版 VS Code 来了!

Vscode 小白使用介绍

VS Code 最强插件指南 - CSDN

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

动图演示11个必备 VS Code 插件

不光要用Python,还要在VSCode里用

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

用 VSCode 写 python 的正确姿势

推荐一款Python编辑器,集Pycharm和Sublime优点于一身的王者

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

微软VS Code已原生支持Jupyter笔记本,再也不用打开网页调试运行了

使用VSCode进行远程炼丹

VS Code 必知必会的 20 个快捷键!

Debugging configurations for Python apps in Visual Studio Code

PLUGINS

All Autocomplete

Bracket Pair Colorizer

Browser Preview

GitLens — Git supercharged

  • https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens
  • Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more

Nord Wave

PostgreSQL

Python

Python Indent

Remote - SSH

LaTeX Workshop

Material Theme

Test Explorer UI


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

How to fix remote connection error: The process tried to write to a nonexistent pipe ?

How to fix "/.ssh/id_rsa is too open. It is required to be not accessible by others. The private key is ignored" ?

  • /.ssh/id_rsa - Properties - Security - Advance - Disable inheritance - remove other users and just keep your user


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM