-
Heya, From what I understand, there should be/is a way to export the annotation data to markdown/html via command line. However, I tried to do this in the Visual Studio Code settings, but it didn’t seem to do anything, even checking where it might possibly have output. There’s also no command that can just output based on a directory or file, so I’m left to wonder: how is this supposed to work? I would like to be able to export the annotations I’ve written. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
Beta Was this translation helpful? Give feedback.
-
@carsakiller Could you please update the wiki about it? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanations. My test Lua file: --- This is a test function
---@param bar string
function Foo(bar)
end I am executing the following command: $ ~/.vscode/extensions/sumneko.lua-3.6.7-darwin-arm64/server/bin/lua-language-server --doc="./test.lua" And it doesn't generate any doc... the I spent a lot of time in the lua-language-server documentation but I can't figure out what I'm missing here. |
Beta Was this translation helpful? Give feedback.
C:\Users\<USERNAME>\.vscode\extensions\sumneko.lua-XXXX\server\bin\lua-language-server.exe
bin
:.\lua-language-server.exe --doc=<PROJECT_PATH>
doc.json
anddoc.md
intoC:\Users\<USERNAME>\.vscode\extensions\sumneko.lua-XXXX\server\log