Advanced Nette and tooling support for Visual Studio Code.
- Language server and syntax highlighting for Latte
- Latte snippets
- Emmet support
- Neon syntax highlighting
- Tailwind CSS IntelliSense support
Open Preferences
-> Settings
"emmet.triggerExpansionOnTab": true,
"latte.format.enable": true,
Enable Tailwind CSS IntelliSense in Latte files:
"tailwindCSS.includeLanguages": {
"latte": "html"
}
Specific settings for Latte:
"[latte]": {
"editor.autoClosingBrackets": "always"
},
Franken UI is an independent project and is in no way affiliated with Nette.
Please file any issues or if you have any suggestions, please reach out via email.
Thanks to onecentlin for providing the Language Server for Blade, which was used as the base of this project.
Licensed under the MIT license.