You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and nvim, with all other plugins disabled.
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: