Ajay
Ajay
In Chapter 09, section 9.1, the following code on iex ```elixir Todo.System.start_link Process.exit(Process.whereis(Todo.ProcessRegistry),:kill) ``` causes the Supervisor to crash(after trying to restart the children). Trying to inspect the result of...
**Describe the bug** With autojump set, toggle does not return back to last window **To Reproduce** Steps to reproduce the behavior: 1. Execute `:let g:neoterm_autojump=1` 2. press `v` to create...
The code appears working. But I see the orginal code (left untouched) is also referenced by other parts. Need to know if those also need to be updated. Fixes this:...
## Is your feature request related to a problem? Please describe. Currently the LSC updates the active quickfix list. Say I have a quick fix list populated with grep matches,...
Basic code to find modules that require adding an alias. Sort of related to [elixir-ls issue](https://github.com/elixir-lsp/elixir-ls/issues/161) ~Marking it draft due to some known test failures that I would like to...
I currently use a Mac M1 machine with erlang: 24.2 elixir: 1.13.3-otp-24 When I run `mix test` I get failures on sections(mostly) like ```elixir if ExUnitConfig.erlang_eep48_supported() do # Some doc...
Adds alias to the current module as LSP's additional text edits. Essentially this PR attempts to get suggestions as mentioned in https://github.com/elixir-lsp/elixir-ls/issues/161. NOTE: The changes on this PR depend on...