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

Test HTML/Razor/Handlebar #12100

Closed
3 tasks done
aeschli opened this issue Sep 15, 2016 · 2 comments
Closed
3 tasks done

Test HTML/Razor/Handlebar #12100

aeschli opened this issue Sep 15, 2016 · 2 comments
Assignees

Comments

@aeschli
Copy link
Contributor

aeschli commented Sep 15, 2016

Complexity 3

The HTML language has been refactored from a legacy mode to an extension. Syntax highlighting is now using TextMate grammars.

Test for all 3 languages (HTML, Razor, Handlebar)

  • syntax highlighting. Note: For Razor to highlight embedded C# code, a C# extension must be installed.
  • Commenting, bracket matching, indentation after brackets, autoClosingPairs, Surround with brackets. See html/language-configuration.json for the brackets/comments to expect
  • Code assist for html tags, attributes and values.
    • Type '<' to see tag proposals
    • verify that '</' will propose to close the most inner element
    • verify that picking a '</' proposal will fix the indent
    • test that in html you see also angular and ionic proposals and that you can disable them with the settings
  • Highlighting of open and close tags
  • That link detection for src and href works and that the links are correctly followed.
  • Test HTML formatting. Also test that changing the formatter settings has an effect. Note: we use http://jsbeautifier.org/ as formatter. Use that page to compare.
@sandy081
Copy link
Member

sandy081 commented Sep 27, 2016

@chrmarti I do have MAC machine + Linux VM with me right now.. Is it possible to swap this with an other TPI?

Thanks

@chrmarti
Copy link
Contributor

@sandy081 swapping you with @bgashler1 on this test item.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants