Wilhelm Kirschbaum
Wilhelm Kirschbaum
> Please, add the ability to change every uppercase letters as in the my example: > > `iex(2)> Recase.to_snake("CurrencyISOCode") "currency_i_s_o_code"` This is what I expected as well. The current handling...
How relevant would this be in the future, as the new .heex syntax would be `...` and .leex seems to be on the path of being deprecated. I speak under...
@fxbois this is also valid syntax with .heex templates, but not sure if it is good to modify the opening tag for everything. do you perhaps have any suggestions? ```html...
I am playing with the feature/tree-sitter branch and have some version working with font-locking, indentation and navigation. I don't know tree-sitter very well and have not worked a lot on...
@wingyplus i see the arrows are misleading. i meant those as an advantage, not an issue. I used the highlights file to generate the treesit-settings function, it is almost the...
this is what it currently looks like in elixir-ts-mode ( modus-vivendi )  Should comment use the same font as doc comments?
i don't know about other editors, but in emacs it is really easy to modify the faces. giving fever options is not better.
@ryanwinchester nothing stops you in emacs and currently elixir-ts-mode to set them to the same face. if we tag moduledocs with comment then the user won't be able to easilty...
@wingyplus is there any reason for this to still be open? Is there anything which needs to be done? In the next month or two I will try to get...
I started looking into it: https://github.com/elixir-tools/credo-language-server/pull/65, but not sure how quickly it will happen. Some ideas: We probably want to spin up one runtime per workspace: https://github.com/elixir-tools/credo-language-server/blob/main/lib/credo_language_server.ex#L158 and then use...