Discusser

Results 3 issues of Discusser

**Describe the bug** Sometimes, when I make changes to my meson.build file, then I save it (with just `:w`, which in turn formats the buffer), or simply call `vim.lsp.buf.format()`, the...

### Describe the bug After updating svelte from 5.1.12 to 5.2.1, I noticed that text expressions containing function calls or property accesses weren't being displayed at all. ### Reproduction A...

bug

When using `TSCppDefineClassFunc` on a method inside of a namespace, the function should be defined with the namespace. Example header file: ```c++ namespace A { void b(); class C {...