-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Empty types in jsdoc #155
Comments
I can reproduce the same issue locally with Neogen at commit 70127ba |
This also happens on my end. Although, I will add that it seems Object-based types work, more primitive types (number, boolean, string) do not. Edit: It seems to be a variation in |
Running into this as well |
Same with me :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to have jsdoc in a typescript file (I don't want to use tsdoc, because tsdoc does not annotate types). This use case does not work, even though it was mentioned as implemented in issue #15.
To reproduce, use an up-to-date
neogen
,nvim-treesitter
andnvim
, with all other plugins disabled.For the file
test.ts
:with the following
:InspectTree
:with the following configuration:
Running
:Neogen func
adds:However I expected:
This is the relevant code:
neogen/lua/neogen/templates/jsdoc.lua
Line 16 in 70127ba
The text was updated successfully, but these errors were encountered: