skyler544

Results 15 comments of skyler544

I've gotten this behavior to mostly work. My testing shows normal browsing in the file tree (that is, up and down in the directory structure) generating only two Dired Sidebar...

> **Question** As a temporary workaround, is there a way to manually erase the _bad_ entry? (or simply _all_ entries?) Using `lsp-workspace-folders-remove` for this wasn't possible in my case as...

Do I need to make a fresh live iso in order to benefit from this fix? This issue is not resolved when using the latest iso from the Void homepage.

The FQCN is underlined in red and shown as an error in the diagnostic lists (flymake in this case). The error message is: ``` Could not find source with "Doctrine\Orm\NoResultException"...

No, it isn't only FQNs, it seems to not be able to find certain language built-ins either, such as `array_column()`, throwing the error `: Function "array_column" not found`. Oddly enough,...

Confirmed that it does have the correct project root; `eglot` also provides a buffer with an elisp version of the server trace showing what requests/responses are happening and one of...

Yep, both work. The first is almost instant, the second takes (understandably) several seconds. The first one is especially interesting because it returns `class # Doctrine\ORM\NoResultException (class)`

Jump to definition and diagnostics work for other parts of the code; I only have the vaguest understanding of what's happening behind-the-scenes here, but it seems to me that `phpactor`...

> If I might point out something odd. The error message is `"Could not find source with "Doctrine\Orm\NoResultException"` and the class it found was `Doctrine\ORM\NoResultException`. Notice the different capitalization of...

I'm still in the process of debugging a similar problem, but `digestif` works out-of-the-box with the Emacs builtin `tex-mode` but *not* with auctex. I switched to using a Makefile instead...