Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(lsp): render markdown in docs hover #22766 | Roberto Pommella Alegro | 2023-03-25 |
Problem: LSP docs hover (textDocument/hover) doesn't handle HTML escape seqs in markdown. Solution: Convert common HTML escape seqs to a nicer form, to display in the float. closees #22757 Signed-off-by: Kasama <robertoaall@gmail.com> |