yaegassy

Results 63 comments of yaegassy

NOTE: One current temporary solution is to add `@mixin \Eloquent` to the actual model file. **e.g.**: ```php /** * @mixin \Eloquent */ class Dummy extends Model { // ...snip }...

> @yaegassy are you sure @mixin works? Just tried and is not working. I am on v1.9.5 . It works properly on 1.8.2 but not 1.9.5 @robsontenorio I tried it...

Hi, @Trildar I think this problem is a bug on the language server side. it does not cause problems with VSCode, but seems to cause problems with LSP clients of...

@kaioker Thanks for referring to my plugin (extension) for Vim/Neovim. The PR for this function also includes a DEMO (mp4) as an example of how it works, so we will...

If we add an implementation in the form of `handleDiagnostics: ...` here, it would be a feature that works the same way in `vscode-intelephense`. https://github.com/bmewburn/vscode-intelephense/blob/d9f9da554e3441cfcc5139f63765f3e60e31acf8/src/middleware.ts#L84-L102 However, I would like to...

By default, coc-tsserver uses the bundled TypeScript. It seems that your issue is arising because the bundled TypeScript is version 4.9. Please try configuring it to use the TypeScript version...

ping @chemzqm @fannheyward

We have no plans to add custom sorting to coc-tailwindcss3 at this time, so we will be closing this issue. It may be worthwhile to submit a feature request to...