Konstantin Auffinger

Results 10 comments of Konstantin Auffinger

Sometimes, when i use `s` after starting nvim, this happens for me, too. If that is not the case, you could try adding `blade` to your nvim-lpsconfig: See [here](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#intelephense) for...

Just tried and realised it is broken for me, too. My suggested fix did not help yet, I'll look into it.

Found the issue, it seems that `blade` as a language causes this, as for some reason, the LSP fails with it now: `[WARN][2023-12-13 07:51:50] ...lsp/handlers.lua:537 "textDocument/didOpen ignored. file:///Users/.../resources/views/pages/links/index.blade.php has unsupported...

Hi there, I tried to just use nvim-lspconfig to get it to work, but it didn't. We now have two hacky autocommands that trick intelephense into thinking it's in php,...

@gmnz could be that things have changed again, this command enables intelephense to be used in blade files but still using the blade language mode. Unfortunately I am not able...

Hi there, thanks for trying the config! I've never configured my blade-formatter. Currently I am quite busy, but as soon as that changes I'll look into this. In the meantime,...

Sadly, currently there can only one Language Mode be active in a Buffer. So either Blade or PHP - This poses a challenge for Volt files, as they are both....

Watch out with newer versions of claude code on macos. For some reason my configuration path changed from `~/.claude` to `~/.config/claude` Moving my commands folder to `~/.config/claude` fixes the issue...

Just tested with `"symfony/http-foundation": "^7.3.6"` & `"livewire/livewire": "^3.6.4"` and the issue seems to be fixed :)