https://github.com/yyz945947732/vscode-nue
VSCode Extension For NueJS Language Support.
https://github.com/yyz945947732/vscode-nue
nue nue-tooling nuejs visual-studio-code vscode vscode-extension
Last synced: 3 months ago
JSON representation
VSCode Extension For NueJS Language Support.
- Host: GitHub
- URL: https://github.com/yyz945947732/vscode-nue
- Owner: yyz945947732
- License: mit
- Created: 2023-09-28T18:44:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-14T00:58:34.000Z (about 1 year ago)
- Last Synced: 2024-11-24T17:13:56.588Z (5 months ago)
- Topics: nue, nue-tooling, nuejs, visual-studio-code, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue&ssr=false
- Size: 312 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue)
[](https://github.com/yyz945947732/vscode-nue/blob/master/README.md)
[](https://github.com/yyz945947732/vscode-nue/pulls)
[](https://nuejs.org)# Nue Language Support
## Features
- [Syntax-highlighting](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Syntax.md)
- [Snippets](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Snippets.md)
- [Auto-Completion](https://github.com/yyz945947732/vscode-nue/blob/master/docs/Completion.md)## Install
You can install the extension by one of the following ways:
- Search for `Nue Language Support` in extension panel and install it
- Download from [Marketplace](https://marketplace.visualstudio.com/items?itemName=yaoyuanzhang.nue)## Nue docs
If you need documention on how to use Nue JS:
[Nue Github](https://github.com/nuejs/nuejs)
[Nue Website](https://nuejs.org)
## Contribution
Contribution is welcome! There are many ways you could help:
- Triaging Issues
- Writing Code
- Improving DocIf you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/yyz945947732/vscode-nue/issues). Pull requests are also appreciated.
## Credits
The following projects have given me a lot of inspiration:
- [vetur](https://github.com/vuejs/vetur)
- [html-language-features](https://github.com/microsoft/vscode/tree/4f7a76b792d38dcf576c831efc3f5c40cd6624e2/extensions/html-language-features)## License
[MIT](https://github.com/yyz945947732/vscode-nue/blob/master/LICENSE)