We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug According to question #928 you would be able to add a description to a class field by using the format:
---@class X ---cool description ---@field foo type
Although, in recent versions (specifically on latest 3.2.2), this straight up does not work.
To Reproduce Steps to reproduce the behavior:
---@class Apple ---The color of your awesome apple! ---@field color string local Apple = {}
print(Apple.color
Expected behavior A description showing off in the drop-menu, or when pressing ctrl + space for completion.
Screenshots
Environment (please complete the following information):
Additional context #928
Provide logs None relevant.
The text was updated successfully, but these errors were encountered:
5c4fbc7
No branches or pull requests
Describe the bug
According to question #928 you would be able to add a description to a class field by using the format:
Although, in recent versions (specifically on latest 3.2.2), this straight up does not work.
To Reproduce
Steps to reproduce the behavior:
print(Apple.color
.Expected behavior
A description showing off in the drop-menu, or when pressing ctrl + space for completion.
Screenshots
Environment (please complete the following information):
Additional context
#928
Provide logs
None relevant.
The text was updated successfully, but these errors were encountered: