templ check
#1079
Replies: 1 comment
-
|
This may be unnecessary actually, the ai seems to know to check in the .templ file usually. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
it would be nice to have a
checksubcommand that could return any compile errors of the generated go code in a file, similar to the errors that the lsp returns. This would make it easier to "show" an ai agent the errors in a file, right now it only sees the errors from the generated go code (when it runsgo build, for example)basically, i want errors with line numbers to .templ files, not _templ.go files, printed to the terminal
Beta Was this translation helpful? Give feedback.
All reactions