Marko Minđek
Marko Minđek
Don't know if it is still relevant, but I've implemented column number support as this year's Spawnfest project. Started counting columns at 1 and I've set the default tab size...
Now the results are out, here is [my spawnfest project](https://github.com/spawnfest/tabtab) related to this issue. Notice that there are plenty of additional features alongside this, most important one is completion for...
Well, testing it would be shell sorcery, but is doable I think. To test a completion function itself, we can export `COMP_WORDS` and `COMP_CWORD`, then call `_rebar3` and check if...
What do you mean by "well-formated"? What I'd like to test is that 1. completion will be triggered after "rebar3 " is on prompt 2. completion file doesn't have syntax...
Yeah, that seems reasonable. But how to check the syntax if not by calling a function? Apart from that, I wanted to a q about templates. So, when a new...
> and now we're stuck with it if we want to remain compatible with ourselves. Would it worth to support both ways for backward compatibility, but deprecate the old way,...
> I think our abstract plans for the future would be that the next major version is something fit to be included in Erlang/OTP and won't be a standalone release....
Unfortunately, I don't have that much time to do open-source right now, but I'd still like to make some impact on this issue. I'll try to make a more detailed...
Core tasks: 1. Completion for `-moduledoc` attribute with triple quotes appended. 2. Completion for `-moduledoc` attribute without anything appended (if you want to pass atom, map or string) 3. Completion...
> I'm lazy and have not even looked if it erlfmt is part of erlang_ls or an external dep. It's a dependency or `erlang_ls` directly, it actually uses its parser...