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

Go To Definition takes you to wrong place for CSS classes #253

Open
mlorbetske opened this issue Jul 4, 2017 · 1 comment
Open

Go To Definition takes you to wrong place for CSS classes #253

mlorbetske opened this issue Jul 4, 2017 · 1 comment

Comments

@mlorbetske
Copy link
Contributor

From @esargent on June 16, 2016 23:11

in cshtml file I have a tag with a CSS class defined: <div class="mystylerule">

When I right click "mystylerule" and select Go To Definition, it opens up a CSS file to the correct rule, but it opens up the file that's part of the "compiled" project - \bin\debug\net452\win7-x64\publish\wwwroot\css\main.less, not the source file as expected.

I started editing this file, but realized I had two main.less files open right next to each other. Otherwise this could have led to loss of data (the edits I was making)

Copied from original issue: aspnet/Tooling#596

@mlorbetske
Copy link
Contributor Author

From @sayedihashimi on June 17, 2016 18:54

TFS Bug#232439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant