Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C_Cpp.doxygen.generateOnType works only if IntelliSense enabled? #13190

Closed
phoppermann opened this issue Jan 24, 2025 · 1 comment
Closed

C_Cpp.doxygen.generateOnType works only if IntelliSense enabled? #13190

phoppermann opened this issue Jan 24, 2025 · 1 comment
Labels
enhancement Improvement to an existing feature Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. Language Service

Comments

@phoppermann
Copy link

phoppermann commented Jan 24, 2025

Environment

  • OS and Version: Windows 11
  • VS Code Version: 1.95.3
  • C/C++ Extension Version: 1.22.11

Bug Summary and Steps to Reproduce

Bug Summary:
Doxygen comment is not generated on ///.

Steps to reproduce:

  1. Type ///.
  2. Hit Enter key.

Expected behavior:
Doxygen comment is generated on ///.

Configuration and Logs

"C_Cpp.intelliSenseEngine": "disabled"

Other Extensions

clangd

Additional context

No response

@sean-mcmanus sean-mcmanus added Language Service Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. enhancement Improvement to an existing feature labels Jan 24, 2025
@bobbrow
Copy link
Member

bobbrow commented Feb 4, 2025

Thank you for your feature request. We use the IntelliSense engine to parse and populate the params for the comment generator. I don't expect that we will reimplement that outside of the engine.

You may want to consider installing another extension for Doxygen support, such as: https://marketplace.visualstudio.com/items?itemName=cschlosser.doxdocgen if you plan to keep the IntelliSense engine disabled.

@bobbrow bobbrow closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2025
@github-project-automation github-project-automation bot moved this to Done in cpptools Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature Feature: Doc comments An issue related to code comments shown in hover, completion, and signature help. Language Service
Projects
Status: Done
Development

No branches or pull requests

3 participants