-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Feature: RenameLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Milestone
Description
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.
Jimbo99, dandelion-sea, Dromantor, willson556, Szelwin and 10 more
Metadata
Metadata
Assignees
Labels
Feature: RenameLanguage ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Type
Projects
Status
Done