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

All contents are moved to haoran119/learning-notes (github.com).


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 必知必会的 20 个快捷键!

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

手把手教你配置VS Code 远程开发工具

使用VSCode进行远程炼丹

Debugging configurations for Python apps in Visual Studio Code

实时可视化Debug:VS Code 开源新工具,一键解析代码结构

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

用 VSCode 写 python 的正确姿势

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

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

VS Code上也能玩转Jupyter Notebook,这是一份完整教程

为什么企业里用 VS Code 的这么多?

  • 简洁而聚焦的产品定位,贯穿始终
  • UI 渲染与业务逻辑隔离,一致的用户体验
  • LSP—— 基于文本的协议
  • 集大成的 Remote Development

微软发布 VS Code 4 月 Python 扩展更新:支持 Poetry 环境 (qq.com)

如何将宇宙最强 VSCode 打造为刷题神器 (qq.com)

从 VSCode 看大型 IDE 技术架构 (qq.com)

经验之谈:学习 Visual Studio Code 不会错! (qq.com)

生产力终极指南:用了两年,如今才算真正会用VS Code (qq.com)

利用 VS Code 构建基于容器的开发环境 (qq.com)


EXTENSIONS

VS Code 最强插件指南 - CSDN

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

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

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

VSCode 插件

10款VS Code插件神器

用 VS Code 写 Python,这8个扩展

  • 1、Python extension for Visual Studio Code
  • 2、Python Preview
  • 3、Sort lines
  • 4、Git Graph
  • 5、Python Snippets
  • 6、Better Comments
  • 7、autoDocstring
  • 8、Python Indent

用 VS Code 写 Python,这几个插件

  • Python
  • Python Snippets
  • Python Docstring Generator
  • Python Test Explorer for Visual Studio Code
  • Python Preview
  • Python Type Hint
  • Jupyter

VSCode 上也能画流程图了!

VS Code 变身小霸王游戏机!

  • https://mp.weixin.qq.com/s/x21GcqOEDP6ARguxAJ6jRA
  • https://github.com/gamedilong/anes-repository
  • https://marketplace.visualstudio.com/items?itemName=gamedilong.anes

Pylance 性能更新,微软新的VS Code Python 插件已趋于稳定 (qq.com)


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 commit part of code changes ?

  • Version Control in Visual Studio Code
    • https://code.visualstudio.com/docs/editor/versioncontrol#_commit
  • Git version control in Visual Studio Code
    • https://code.visualstudio.com/docs/introvideos/versioncontrol
  • visual studio code - How can I commit some changes to a file, but not others, in VSCode? - Stack Overflow
    • https://stackoverflow.com/questions/34730585/how-can-i-commit-some-changes-to-a-file-but-not-others-in-vscode
    • Click '...' then Stage Selected Ranges

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

How to set PYTHONPATH for src code ?

How to set vertical rulers for column ?

Why configuration setting could be found in run mode but couldn't be found in debug mode ?

  • Need to set workspaceFolder properly. Add workspace folder -> Open the project folder.
  • Visual Studio Code Variables Reference
    • https://code.visualstudio.com/docs/editor/variables-reference
  • Visual Studio Code User and Workspace Settings
    • https://code.visualstudio.com/docs/getstarted/settings#_settings-file-locations
  • debugging - How do I set my workspace folder in Visual Studio Code? - Stack Overflow
    • https://stackoverflow.com/questions/56175608/how-do-i-set-my-workspace-folder-in-visual-studio-code
posted on 2019-01-29 10:02  浩然119  阅读(3402)  评论(0编辑  收藏  举报