Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename tracking is active but uninvokable in ASP.NET projects #39239

Open
jasonmalinowski opened this issue Oct 11, 2019 · 0 comments
Open

Rename tracking is active but uninvokable in ASP.NET projects #39239

jasonmalinowski opened this issue Oct 11, 2019 · 0 comments
Labels
Area-IDE Bug Feature - Rename help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone

Comments

@jasonmalinowski
Copy link
Member

Steps to Reproduce:

  1. Create a new ASP.NET project of some kind that has a .razor file.
  2. In the Razor file, go into the @code section or a @ expression, and change an identifier name.

Expected Behavior: No rename tracking is active.

Actual Behavior: we do our dotted outline showing it's active:

image

However, the command can't actually be invoked.

Seems we should either make it invokable (hard?) or at least don't track renames in buffers where the command is disabled.

@jinujoseph jinujoseph added Bug help wanted The issue is "up for grabs" - add a comment if you are interested in working on it labels Oct 15, 2019
@jinujoseph jinujoseph added this to the Backlog milestone Oct 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Feature - Rename help wanted The issue is "up for grabs" - add a comment if you are interested in working on it
Projects
None yet
Development

No branches or pull requests

4 participants