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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
In a Q# project, using the context menu option to rename a symbol in a .qs file (for example a Q# function or variable name) results in an error indicating that it couldn't be found, and no renaming happens.
To Reproduce
Steps to reproduce the behavior:
Create a new Q# Application project.
In the Q# code file, add a function and then call into it from different functions in the file.
Using right-click and the context menu, select "Rename" and enter a new name.
Enter
Expected behavior
All instances of the symbol in the file get renamed.
System information
This has been observed in 0.25.218240 and newer, but exact version where this started happening hasn't been determined.
The text was updated successfully, but these errors were encountered:
Describe the bug
In a Q# project, using the context menu option to rename a symbol in a .qs file (for example a Q# function or variable name) results in an error indicating that it couldn't be found, and no renaming happens.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All instances of the symbol in the file get renamed.
System information
The text was updated successfully, but these errors were encountered: