Where does the [description] for @field appear? #2260
-
Hello. I have looked at various pages related to this topic, but I am not sure, so I would like to ask a question. Where does the [description] for @field appear?
Finally, I am a beginner in coding. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, and welcome! 👋🙂
The description you define for the field should appear when referencing that field. Here are some examples from Visual Studio Code: More examples can be found in our wiki. For translations, I have found simple translate to be pretty accurate and convenient. Hopefully this helps! Good luck with your coding journey! |
Beta Was this translation helpful? Give feedback.
Hello, and welcome! 👋🙂
@class
creates a “blueprint” for an object.@field
adds entries to that blueprint. The combination of the two is very helpful when using tables, as you seem to have found out.The description you define for the field should appear when referencing that field. Here are some examples from Visual Studio Code:
More examples can be found in our wiki.
For translations, I have found simple translate to be pretty accurate and convenient.
Hopefully this helps! Good luck with your coding journey!