Replies: 1 comment
-
Clearing vs code extensions and reinstalling the extension did the job :) |
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,
I'm starting to build a project with templ and I have a question about auto completion in vs code.
I installed the templ extension and auto completion is working fine for golang standard types but not for types I defined.
For example in this code vs code does not recognize the type Person tough the template is working correctly.
Is this a normal behavior or is there something that I have to do to fix this ?
Thanks for your help :)
Beta Was this translation helpful? Give feedback.
All reactions