Ajay

Results 9 comments of Ajay

@martskins This PR is raised against `next` branch. Should I raise a new PR if I rebase my changes onto `dev`?

I have a basic piece of code with a vim script function that returns the id of quickfix list if the title matches. Have modified the rust code to invoke...

I've opened a [draft elixir-sense PR](https://github.com/elixir-lsp/elixir_sense/pull/155) regarding this. I'm also working on an PR for elixir-ls. One thing that I would like to get some suggestions on is, how to...

Yeah, what am not sure is how to programmatically get the line that's safe to insert for the alias. Because the module attributes could be multi-line, I don't think it...

That would be nice. I just don't know how to figure out the line that comes after a module attribute (considering multiline strings and such).

~Two of the tests fail as the newly added code suggests `Kernel.SpecialForms` as a new alias. I'm thinking this can be ignored from suggestions to fix. One other test failure...

@antedeguemon @lukaszsamson I've applied the suggestions and removed the usage of `then` due to failures for v 1.11.

@antedeguemon @lukaszsamson Made a commit to fix credo errors