-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
JSDoc@enum Indicates whether jsdoc@enum is supported? #380
Comments
No |
In my current extension(v2.1.5) environment, I can provide suggest normally after restarting vscode. Then typing a new code, enum, won't work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to enumerate the parameter values of the function like the built-in function shown in the above figure?
I tried @enum,@typedef and they didn't work
This extension is really great, DLLCall can parse DLL exported functions!
Is there any way to enable my encapsulated function (NativeCall) to have similar code suggestions?
The text was updated successfully, but these errors were encountered: