Emil Krebs
Emil Krebs
### Reproduction Download the twind vscode-extension and use it inside a fresh (https://fresh.deno.dev/) project. As you may see, you don't get autocompletion. However, if you try the same on MacOS...
I really like the langium playground on the website (https://langium.org/playground/)! I thought having this as a vscode extension would be very helpful so that I can test the grammar directly.
https://github.com/langium/langium/blob/0439e4bf2cefa91933d8d256015f7afba8405cab/examples/arithmetics/src/language-server/arithmetics-validator.ts#L26-L30 This validator is currently checking if basic expressions will return zero for example `x / (1-1) ` or `x / 0`. However when it comes to functions like... ```...
It would be nice to show what the charts look like.
It would be great to also check the current version of `yeoman-environment` and update it if needed.
It should now work with langium 1.0.1. Additional things changed: - made the language server ready for web-based environments - added monarch syntax highlighting
You can use components from other files in the same directory without importing them. Doesn't work with arguments and I don't know how to fix this.
It would be a very cool feature if you could import other .sui files and use all components from this file ```import example``` will import all components from ```example.sui```
We should add autocompletion also for CSS Properties.
Maybe you can set the style of the body at the start of the document like ```background: black```