A "Better than nothing" VSCode Extension for Nue Language Support #65
yyz945947732
started this conversation in
Show and tell
Replies: 3 comments 1 reply
-
Awesome! This is pretty complete already. I'll put a link to this on the website somewhere. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is awesome. Thank you!!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can recommend checking Volar.js out! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope one day someone can make a complete and intelligent extension like vetur for Nue JS. At present, there are no relevant extension. So I just made a humble simple one:
Nue Language Support
If you install this extension it will:
set your file associations for "*.nue" to html by default.Activate syntax support for.nue
files.highlight
@xxx
、:xxx
、{ xxx }
、{{ xxx }}
... stuff.The following syntax will no longer report errors.
get snippets to write code more easily.
get auto-completion and syntax information when you want to code
:if
、:for
... stuff.The above will affect all html type files, not just.nue
files, you can still use the.html
file suffix.Basically the above. By now, it probably has a lot of bugs, but it should be better than code without any extension. If you use it and find problems please let me know.
@tipiirai
Beta Was this translation helpful? Give feedback.
All reactions