clangd / vscode-clangd

Visual Studio Code extension for clangd
https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd
MIT License
644 stars 113 forks source link

Feature Request: Integrate Run and Debug Buttons for clangd #710

Open DeepChirp opened 3 weeks ago

DeepChirp commented 3 weeks ago

I am a user of the clangd extension in VSCode, and I appreciate its features for code completion and linting. However, I would like to request the integration of run and debug buttons directly in the interface.

Currently, using clangd lacks built-in options for running and debugging code, which makes it less convenient compared to other extensions like cpptools. Having these buttons would greatly enhance the workflow for users who primarily use clangd.

The attached picture shows the integrated button provided by cpptools, which may be more practical for running/debugging a single file.

Thank you for considering this feature request!

图片