-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Code Actions are enabled by default #14341
Copy link
Copy link
Open
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language Servicebugquick fix
Milestone
Description
Environment
- OS and Version: Windows 11 Pro 25H2
- VS Code Version: 1.114.0
- C/C++ Extension Version: 1.31.4
- If using SSH remote, specify OS of remote machine: n.a.
Bug Summary and Steps to Reproduce
Bug Summary:
Code Actions is enabled by default, without any option to be disabled in settings UI
Steps to reproduce:
- Open/create a .c/.h file with an enum definition like the following
- Left click on a defined enumerator
- The light bulb icon of Code Actions will appear, and will be enabled to be interacted with (menu)
Expected behavior:
- Processing step 2. there shall not be a resulting icon/menu as in step 3.
Configuration and Logs
From settings.json:
"C_Cpp.vcFormat.indent.preserveWithinParentheses": true,
"C_Cpp.vcFormat.indent.withinParentheses": "alignToParenthesis",
"C_Cpp.vcFormat.space.pointerReferenceAlignment": "center",
"C_Cpp.doxygen.generateOnType": false,
"C_Cpp.default.defines": [
"__TMS320C28XX__"
],
"C_Cpp.copilotHover": "disabled",
"C_Cpp.default.compilerPath": "C:\\mingw64\\bin\\gcc.exe",
"C_Cpp.default.enableConfigurationSquiggles": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,Other Extensions
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language Servicebugquick fix
Type
Projects
Status
No status