Raoul Wols

Results 283 comments of Raoul Wols

> 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: ![Screenshot from 2020-07-18 11-37-29](https://user-images.githubusercontent.com/2431823/87849734-21504580-c8eb-11ea-8ac6-0f56813a8714.png) clangd: ![Screenshot from 2020-07-18 11-37-47](https://user-images.githubusercontent.com/2431823/87849740-31682500-c8eb-11ea-9d1c-0316d4b6bbe6.png)

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...