Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Symbol renaming in Visual Studio Code extension is not working #1500

Open
ricardo-espinoza opened this issue Jul 30, 2022 · 0 comments
Open
Labels
bug Something isn't working tracking

Comments

@ricardo-espinoza
Copy link
Contributor

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:

  1. Create a new Q# Application project.
  2. In the Q# code file, add a function and then call into it from different functions in the file.
  3. Using right-click and the context menu, select "Rename" and enter a new name.
  4. 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.
@ricardo-espinoza ricardo-espinoza added bug Something isn't working needs triage An initial review by a maintainer is needed tracking labels Jul 30, 2022
@bettinaheim bettinaheim removed the needs triage An initial review by a maintainer is needed label Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working tracking
Projects
None yet
Development

No branches or pull requests

2 participants