[TOOLING] Nette for VS Code extension #389
sveltecult
started this conversation in
Show and tell
Replies: 1 comment
-
Wow, that's great and thanks! 💯 |
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
-
Hello @dg
Just a quick story: a client handed me a project and wanted it done using Nette. However, I noticed it lacked proper tooling for VS Code, so I had to dive headfirst into extension development. Yes, I'm aware there is already an existing VS extension, but it's outdated (activity was 4 years ago) and lacks syntax highlighting for both basic and complex Latte expressions—especially for attributes (which are very important)—a task that is surprisingly not very easy to accomplish. I had to port and heavily modify a totally different language server just to make this work.
It contains a basic code formatter and some modern features like support for Tailwind Intellisense, as well as Neon highlighting, and possibly more in the future.
I used your logo and name; I hope you don't mind. My intentions were "in good faith" 😅
Extension: https://marketplace.visualstudio.com/items?itemName=franken-ui.nette-for-vscode
Repository: https://github.com/franken-ui/nette-for-vscode
Beta Was this translation helpful? Give feedback.
All reactions