Frontend FriendsWelcome to the Developer Tool for Frontend Friends! This extension brings rich language support for the Frontend Friends framework to Visual Studio Code. It provides a first-class developer experience when working with FeaturesThe extension is designed to make you more productive and help you avoid common errors when using Frontend Friends. Syntax HighlightingEnjoy full syntax highlighting for HTML, SVG, and CSS within your tagged template literals. The extension correctly highlights your markup and styles, making your code easier to read and navigate in your JavaScript and TypeScript files.
Rich IntelliSenseGet smart completions and helpful hover information inside your
Advanced DiagnosticsThe extension analyzes your
How It WorksThis extension uses a combination of TextMate grammars for syntax highlighting and a powerful Language Server to provide advanced features. The server creates virtual documents from your tagged templates, allowing the built-in VS Code HTML and CSS language services to provide features like completion and hover. For diagnostics, it uses the ContributingThis extension is open source and part of the Frontend Friends Dev Tools repository, which, in adition to the extension source code, also includes the source code for the diagnostics tool. We welcome contributions! If you find a bug or have a feature request, please open an issue on GitHub. |