Andreas Löscher
                                            Andreas Löscher
                                        
                                    I have been struggling with this as well. Without changes to CT I think there is no way (even with writing information written to Config) to reliable fix this. There...
Interesting angle, having it trigger on the `;` is inspired from how emacs completes clauses. I somewhat disagree with suggestion, because extending from the last `;` (besides emacs) is a...
> Re: adding it in the middle - does this trigger when you just "stand" on a ; vs when you just typed it in? The LSP has 3 trigger...
https://user-images.githubusercontent.com/292239/164294104-da5a8aea-86c5-45dc-8fbe-7d015bf42ade.mov This now supports completion of arbitrary clauses and is context sensitive
Added tests and Ci should now work after windows CI fix.
Yeah, just need to rebase after formatting
Can you share your debugger configuration? On Sun, Jun 19, 2022, 13:44 letrec ***@***.***> wrote: > *Describe the bug* > I have a breakpoint in the project which doesn't get...
After some experimentation I think its best to go with a different symbol kind instead: #918
I totally missed this, let me check if this is still broken
Hi, we are aware of this limitation. Unfortunately, the OTP debugger we are using under the hood does not provide this functionality. In other words, there is no hook or...