https://github.com/franken-ui/nette-for-vscode
Advanced Nette and tooling support for Visual Studio Code—with features including a language server, Latte syntax highlighting, Neon syntax highlighting, and more.
https://github.com/franken-ui/nette-for-vscode
latte neon nette template vscode vscode-extension
Last synced: 3 months ago
JSON representation
Advanced Nette and tooling support for Visual Studio Code—with features including a language server, Latte syntax highlighting, Neon syntax highlighting, and more.
- Host: GitHub
- URL: https://github.com/franken-ui/nette-for-vscode
- Owner: franken-ui
- License: mit
- Created: 2025-03-12T06:41:21.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-12T23:00:38.000Z (7 months ago)
- Last Synced: 2025-06-01T13:10:44.413Z (4 months ago)
- Topics: latte, neon, nette, template, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=franken-ui.nette-for-vscode
- Size: 85 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Nette for Visual Studio Code
Advanced Nette and tooling support for Visual Studio Code.
## Features
- Language server and syntax highlighting for Latte
- Latte snippets
- Emmet support
- Neon syntax highlighting
- Tailwind CSS IntelliSense support## User Settings
Open `Preferences` -> `Settings`
```json
"emmet.triggerExpansionOnTab": true,
"latte.format.enable": true,
```Enable Tailwind CSS IntelliSense in Latte files:
```json
"tailwindCSS.includeLanguages": {
"latte": "html"
}
```Specific settings for Latte:
```json
"[latte]": {
"editor.autoClosingBrackets": "always"
},
```## Disclaimer
Franken UI is an independent project and is in no way affiliated with Nette.
## Contact
Please file any [issues](https://github.com/franken-ui/nette-for-vscode/issues) or if you have any suggestions, please reach out via [email](reden@franken-ui.dev).
## Credits
Thanks to [onecentlin](https://github.com/onecentlin) for providing the Language Server for Blade, which was used as the base of this project.
## License
Licensed under the [MIT license](https://github.com/franken-ui/nette-for-vscode/blob/master/LICENSE.md).