Alban De Wilde

Results 2 comments of Alban De Wilde

> I've changed the title to replace `Syntax checking/highlight` by `Syntax checking/diagnostics` Here is the `gopls` version I had the issue with: ```bash $ gopls version golang.org/x/tools/gopls v0.15.3 ``` and...

It seems you are right, `gopls` find an undefined method in the logs (I've added a method `plop` that doesn't exist). Here is the logs I have when I use...