
TypeScript server plugin that adds intellisense for lit-html template strings
The TypeScript lit-html Plugin is a server plugin that adds intellisense for lit-html template strings. It provides features such as IntelliSense for html tags and attributes, quick info hovers on tags, auto closing tags, formatting support, folding html, CSS completions in style blocks, and more. This plugin can be used with TypeScript 2.4 or later in various editors including VS Code, Sublime, Atom, and Visual Studio.
The TypeScript lit-html Plugin enhances the development experience by providing intellisense and other helpful features for lit-html template strings. It can be easily installed in popular editors like VS Code, Sublime, Atom, and Visual Studio. With features such as IntelliSense, quick info hovers, auto closing tags, and CSS completions, this plugin improves productivity and code quality for developers working with lit-html templates.

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.