lsp icon indicating copy to clipboard operation
lsp copied to clipboard

Fix function tooltip's formatting (pylsp)

Open hippie68 opened this issue 2 months ago • 0 comments

lsp_function_help

The function parameters are not formatted properly. It should probably look like this:

sep
  string inserted between values...
end
  string appended after the last value...
...

It seems the current formatting converts each newline to a space.

hippie68 avatar May 03 '24 13:05 hippie68