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
There is this issue that added features to extract code to a function.
Let say I have this file tic-tac-toe.c, and I want to extract the selected functions to board.c since tic-tac-toe.c is getting too big.
It would look similar to something like this Image
The keybind would instead be something like this: select portion of code -> right click -> refactor -> extract to file -> options (if needed) at the top
VS Code version: Code 1.94.0 (Universal) (d78a74b, 2024-10-02T13:08:12.626Z)
OS version: Darwin x64 22.6.0
Modes:
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.3. Please try upgrading to the latest version and checking whether this issue remains.
It looks like this is caused by the C++ extension. Please file the issue to the C++ extension repository. Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our issue reporting guidelines for more information.
Type: Feature Request
There is this issue that added features to extract code to a function.
Let say I have this file tic-tac-toe.c, and I want to extract the selected functions to board.c since tic-tac-toe.c is getting too big.
It would look similar to something like this Image
The keybind would instead be something like this: select portion of code -> right click -> refactor -> extract to file -> options (if needed) at the top
VS Code version: Code 1.94.0 (Universal) (d78a74b, 2024-10-02T13:08:12.626Z)
OS version: Darwin x64 22.6.0
Modes:
The text was updated successfully, but these errors were encountered: