Mitchell Hanberg

Results 93 issues of Mitchell Hanberg

## Description Currently, the plugin will only activate Elixir LS if its in a mix project. Often, you have the need to write a one of Elixir _script_, and won't...

enhancement
elixir-ls

Fetching a tool release from GitHub should not slow down, opening a buffer

## Description Implement the mix clean custom command that was introduced in 0.12 Link: https://github.com/elixir-lsp/elixir-ls/pull/730

help wanted
elixir-ls

## Description projection for creating schema files

enhancement
good first issue
projectionist

## Description projection for creating ecto migrations

enhancement
good first issue
projectionist

## Description Add the custom command to retrieve the list of tests in a file. Link: https://github.com/elixir-lsp/elixir-ls/pull/753 Probably best to fill the quick fix or loclist with them.

good first issue

## Description With the command to retrieve tests in a file, we should surface this through `vim.ui.select` to allow a user to run a specific test. Similar to the test...

good first issue

Basically, [this](https://github.com/elixir-tools/elixir-tools.nvim/pull/130/files) functionality from elixir-tools.nvim should be ported over to elixir-tools.vscode.

There should be tests!

good first issue
help wanted

Previously, this was backfilling the column based on analyzing the source code line, but the column is already available in the AST, so we instead take it from there. This...