Type: LanguageService
Describe the bug
- OS and Version: Windows 10
- VS Code Version: 1.49.1
- C/C++ Extension Version: v1.01
- Other extensions you installed (and if the issue persists after disabling them): PlatformIO, Does persist.
- Does this issue involve using SSH remote to run the extension on a remote machine?: No
Project size is irrelevant, happens also in one file as seen below.
Steps to reproduce
#define TEST_CONSTANT "string"
void main() {
std::cout << TEST_CONSTANT;
}
- Try to rename the TEST_CONSTANT using F2 (Rename Symbol).
- Notice it only renames usages, but not the define itself.
Expected behavior
It should also rename the constant itself.
Type: LanguageService
Describe the bug
Project size is irrelevant, happens also in one file as seen below.
Steps to reproduce
Expected behavior
It should also rename the constant itself.