- Fixed opening quotes not being scoped properly. Thanks @kufii!
- Fixed syntax highlighting of unquoted attributes. Thanks @csvn!
- Use TS api instead of command to sync settings with VS Code.
- Enable loading of plugin when using workspace version of TypeScript. Requires VS Code 1.31+
- Fix bug that could cause incorrect overriding of
tsconfig
settings by VS Code settings.
- Auto closing tags.
- Prevent multiple copies of completions and other features from potentially showing up.
- Allow configuring plugin using VS Code directly. Requires TS 3.2+ and VS Code 1.30+.
- Add schema for
jsconfig
andtsconfig
settings.
- Fix tag highlighting when using TS 3.1+.
- Fix some false positive reporting for styles. Thanks @csvn!
- Tag matching highlighting. Requires VS Code 1.30+
- Picked up new styled components version which includes some bug fixes and enhancements.
- Pick up new html service version with bug fixes and features like vendor info.
- Pick up new decorator library version to fix a possible state corruption error.
- Disable format for html that contains styled blocks to prevent an annoying bug.
- Fix some false errors when placeholders are used in styled block.
- Error reporting and quick fixes for css in style tags. Thanks @justinribeiro!
- Use more consistent look for quick info hover. Thanks @justinribeiro!
- Return css quickInfo inside styled blocks. Thanks @justinribeiro!
- Added folding support.
- Fix a few more cases where syntax highlighting was not working.
- Use css comments in style blocks. Thanks @justinribeiro!
- Fix syntax highlighting not working in some cases.
- Don't return signature help inside html template strings.
- Added css IntelliSense inside of
<style>
tags. Thanks @justinribeiro!
- Add support for syntax highlighting of lit-html
svg
blocks. Thanks @justinribeiro!
- Yo I heard you like html so I added syntax highlighting for lit html templates inside of html script blocks
- Pick up new plugin version that adds completion entry details and fixes some bugs.
- Highlight JS substitutions in html string attributes
- Adds html language support: IntelliSense, hover, formatting. Requires VS Code 1.20
- Support spaces after html tag. Thanks @mhoyer!
- Support
obj.html
style tags. Thanks @mhoyer!
- Support spaces before html tag. Thanks @simonwjackson!
- Support for bel/choo
raw
tag. Thanks @simonwjackson!
- Fix syntax highlighting kicking in inside of strings
- Initial release