You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Extension/CHANGELOG.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
-
## Version 1.18.2: November 7, 2023
3
+
## Version 1.18.2: November 8, 2023
4
+
### Enhancement
5
+
* 'Extract to function' is enabled without `C_Cpp.experimentalFeatures` being set to `"enabled"`.
6
+
4
7
### Bug Fixes
8
+
* Fix 'Extract to function' for functions in a header file . [#11466](https://github.com/microsoft/vscode-cpptools/issues/11466)
9
+
* Fix 'Extract to function' for functions in an anonymous namespace. [#11474](https://github.com/microsoft/vscode-cpptools/issues/11474)
10
+
* Fix 'Extract to function' for C code with typedefs or structs. [#11475](https://github.com/microsoft/vscode-cpptools/issues/11475)
5
11
* Fix an IntelliSense crash when hovering over an invalid array index expression. [#11510](https://github.com/microsoft/vscode-cpptools/issues/11510)
6
12
* Fix 'Add #include' code actions not appearing for "is not a template" errors. [#11543](https://github.com/microsoft/vscode-cpptools/issues/11543)
7
13
* Fix 'Extract to function' bugs with formatting and selection. [#11614](https://github.com/microsoft/vscode-cpptools/issues/11614), [#11619](https://github.com/microsoft/vscode-cpptools/issues/11619)
8
14
* Fix 'Add #include' code actions being available for system headers that are already included. [#11618](https://github.com/microsoft/vscode-cpptools/issues/11618)
15
+
* Fix an IntelliSense crash when selecting code.
9
16
10
17
## Version 1.18.1: November 2, 2023
11
18
### New Feature
@@ -20,7 +27,6 @@
20
27
### Bug Fixes
21
28
* Fix no error message getting shown if 'Extract to Function' creation fails. [#11567](https://github.com/microsoft/vscode-cpptools/issues/11567)
22
29
* Fix an autocomplete crash bug (primarily on Mac).
0 commit comments