Xiang Ji

Results 55 comments of Xiang Ji

I can confirm that with https://github.com/posva/vim-vue the matching seems to work in .vue files.

Might be related to issue https://github.com/tonini/alchemist.el/issues/179? I really want to use Spacemacs instead of VSCode for writing Elixir since it's much more convenient in many other aspects. But in general...

Also see https://github.com/tonini/alchemist.el/pull/341, https://elixirforum.com/t/emacs-lsp-mode-language-server-elixir-ls-anyone/11834/14 and https://elixirforum.com/t/emacs-spacemacs-with-language-server-protocol-for-elixir-or-any-solution-for-emacs-guys/17529

https://github.com/tonini/alchemist.el/pull/350 is a PR that tries to use `elixir-ls` for go to definitions.

After a restart of MacOS everything seems to be back to normal again. Might have been a one-time occurrence.

Will not close the issue though since @tami5 reported another error.

Putting the output of `mix dialyzer --format dialyzer` in a `dialyzer.ignore-warnings` file worked. Not sure if the new format would be preferred though.

Thanks. Does it mean I should actually use `mix dialyzer --format short` for the format corresponding to `.dialyzer_ignore.exs`, and `mix dialyzer --format dialyzer` for the old format (`dialyzer.ignore-warnings`)? Does the...

I made a PR at https://github.com/jeremyjh/dialyxir/pull/457. Hope it makes sense (I removed the mention of `--format ignore_file` from the README, though the option `ignore_file` still remains in the code).

Mpanarin [in ElixirForum](https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196/130) mentioned that a plugin architecture might be needed for `elixir-ls` to allow integrating information from linters such as `credo`.