Raoul Wols
Raoul Wols
It may be due to `` ?
> Although the parsing does seem to break at the fn example_func part in the payload I attached above: That is yet another issue where mdpopups doesn't parse the markdown...
https://github.com/rust-analyzer/rust-analyzer/issues/6655
I cannot reproduce the cutoff with rust-analyzer version 2020-11-30 & LSP 1.2.2 & ST 4094. That said, the problem of the weird markdown language IDs remains. But I consider that...
We actually have the entire parent hierarchy available to us in symbols.py. So we could display the hierarchy flattened, separated by a token. My problem here is that different languages...
I'm not sure what minihtml can bring to the table here. I'm talking about the following problem: Given that I have a list of "names": ``` ["MyNamespace", "CMyClass", "EMyNestedEnum"] ```...
We could be absolute nerds and use `⊃` ("is superset of") (or possibly a unicode arrow `→`)
After playing around with this a bit I think it’s better if the flattened hierarchy is in the first row (so it influences the filtering), and if the separator is...
OK, the majority has decided ;) vscode-json:  clangd: 
But that would require to put the command in a .sublime-commands file, in which case it'll show up in the command palette, which is not ideal. Highly off topic because...