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

emmet razor view extra tabs #9

Open
vanasis opened this issue Jan 14, 2022 · 4 comments
Open

emmet razor view extra tabs #9

vanasis opened this issue Jan 14, 2022 · 4 comments

Comments

@vanasis
Copy link

vanasis commented Jan 14, 2022

Emmet Generate extra tabs in razor view pages

current behavior:

@{
  ViewBag.Title = "Calculator";
}

  <div></div>

expected behavior

@{
  ViewBag.Title = "Calculator";
}

<div></div>
@sergey-rybalkin
Copy link
Owner

Sorry for the long response, somehow I've missed notification on this issue. This extension does not have its own formatting rules and instead is relying on emmet engine initial formatting and after that calls Visual Studio editor formatting routine to make sure that final code matches your preferences. I guess I can make this behavior optional if that helps. Please let me know.

@vanasis
Copy link
Author

vanasis commented Jul 18, 2022

yes i think it will help

@vanasis
Copy link
Author

vanasis commented Aug 7, 2022

sorry, any changes for this?

@sergey-rybalkin
Copy link
Owner

I'm currently doing almost a complete rewrite based on new VSExtensibility model, will include this feature as well.

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

No branches or pull requests

2 participants