You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The developer experience is already pretty wonderful, it's nice and simple to work with, the standard flow of development is great and the end result is also amazing.
Solution you'd like
That said I think it would be good to improve the developer experience with an LSP developers can install and implement in their text editor. The kind of features I would like to see from this:
autocompletion of global and library components
autocompletion of NueJS specific attributes and their respective values such as :if
error notifications currently the following code with error's returns a not so helpful error message:
<img:srcog" width="1000" height="800" alt="Hero image for { title }">
The developer experience is already pretty wonderful, it's nice and simple to work with, the standard flow of development is great and the end result is also amazing.
Solution you'd like
That said I think it would be good to improve the developer experience with an LSP developers can install and implement in their text editor. The kind of features I would like to see from this:
:if
it tells you where the error is but not what the actual error is, not so useful.
Alternatives you've considered
Using the HTML lsp, this works fine for basic html related things but the more nuanced NueJS specific items not so much.
Additional context
Great framework, it's a joy to use so far. Looking forward to seeing more improvements in the future.
The text was updated successfully, but these errors were encountered: