VS Code的配置
VS Code是一款功能强大的代码编辑器,这些功能由不同的扩展包实现。
基本功能如左侧的活动栏所示,有Explorer、Search、Source Control、Debug、Extensions五个。
在VS Code的File
菜单下,可以Open File/Folder/Workspace,其中Workspace是由后缀为.code-workspace
定义的工作空间,由多个文件夹组成。
通过安装不同的扩展包(Extensions),可以实现对不同语言的支持,下面是笔者安装的一些扩展包。
Markdown的支持
使用Markdown All in One扩展包。
Python的支持
使用Python扩展包。
LaTeX的支持
使用LaTeX Workshop扩展包。
Statement: 1. The copyrights of all original posts in this blog are reserved. For reposting, you do not need to contact the author. However, you need to indicate Siberian Tiger as the author and attach the links of the posts. 2. All reposted posts are marked as "reprint" with authors indicated and links provided. Should there be copyright infringement, please contact the author as per the "About" page. The author will delete the content as soon as possible.