lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Regular comments (i.e. `-- comment`) shouldn't be included in documentation

Open tmillr opened this issue 1 year ago • 18 comments

How are you using the lua-language-server?

NeoVim

Which OS are you using?

MacOS

What is the issue affecting?

Hover

Expected Behaviour

-- THIS IS NOT A DOC COMMENT
---This is a doc comment
local a = ''

Hovering a should show: This is a doc comment.

Actual Behaviour

-- THIS IS NOT A DOC COMMENT
local a = ''

Hovering a shows:

THIS IS NOT A DOC COMMENT
This is a doc comment

Reproduction steps

See above ^^^

Additional Notes

No response

Log File

No response

tmillr avatar Jul 17 '24 02:07 tmillr