A Visual Studio Code extension for the Next language, its related template files (based on Go templates). This extension enhances your development experience with Next language files (.next
), Next template files (.npl
).
demo.next
demo.npl
This extension provides enhanced support for Next language files (.next
) and its associated template files (.npl
).
Current features:
- Semantic highlighting for Next language files (
.next
) - Syntax highlighting for Next template files (
.npl
)
Upcoming features:
- Diagnostics
- Auto-completion
- Go to definition
- Hover information
- Code folding
- Formatting
- Open Visual Studio Code
- Go to the Extensions view (Ctrl+Shift+X)
- Search for
next lang
- Click Install
Once installed, the extension will automatically activate for files with the following extensions:
.next
(Next language files).npl
(Next template files)
The extension will provide syntax highlighting out of the box. As more features are implemented, they will become available automatically.
Contributions are welcome! Please feel free to submit a Pull Request.
If you have any questions, issues, or suggestions, please open an issue in the GitHub repository.
Happy coding with Next language and Go templates!