castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

Markdown not rendered in signature help floating window #161

Open emigr2k1 opened 4 years ago

emigr2k1 commented 4 years ago

image

It works when I hover the method, but not when I'm writing the arguments.

castwide commented 4 years ago

I'll look into it, but one workaround is to use indentation instead of ticks:

# If no block is given, an Enumerator is returned instead.
#
#   5.downto(1)

That's a conventional way to provide code examples in Ruby documentation, so Solargraph detects and converts it.