VSCode 插件

C/C++: C/C++ IntelliSense, debugging, and code browsing.

Git History: View git log, file history, compare branches or commits

GitLens: GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to 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.

GitHub Copilot: GitHub Copilot is your AI pair programmer.

Nsight Visual Studio Code Edition: Nsight Visual Studio Code Edition is a lightweight development environment for CUDA applications on Linux, Windows, and MacOS. It provides integrated code editing and debugging support, an optimized user interface, and a set of CUDA-specific tools.

Partial Diff: Compare (diff) text selections within a file, across files, or to the clipboard

Python: Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.

Remote - SSH: Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set.

Remote - SSH: Editing Configuration Files: Edit configuration files on a remote machine using SSH and take advantage of VS Code's full feature set.

Svg Preview: Preview SVG files in VSCode

ShellFormat: Format your shell script files with ShellFormat.

VSCode Debug Configurations

VSCode Debug Configurations

现在屏幕一般比较宽,可以通过View -> Appearance -> Secondary Side Bar来开启第二个侧边栏,将Call Stack和Breakpoints面板放在第二个侧边栏。

配置文件

点击设置按钮,可以管理Profiles。针对不同的本地或者远程设备,可以配置不同的Profiles,方便切换。


文章版权归 FindHao 所有丨本站默认采用CC-BY-NC-SA 4.0协议进行授权|
转载必须包含本声明,并以超链接形式注明作者 FindHao 和本文原始地址:
https://findhao.net/easycoding/2614.html

Comments