| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update mix completion to version 1.20.0update_elixir_tools | Shohei YOSHIDA | 2026-06-04 | 1 | -1/+5 |
| | | |||||
| * | Some typo fixes | Mikael Magnusson | 2026-05-07 | 1 | -2/+2 |
| | | |||||
| * | implement minimum Phoenix tasks completionsrefactor_mix | Shohei YOSHIDA | 2026-03-25 | 1 | -5/+151 |
| | | |||||
| * | implement cache | Shohei YOSHIDA | 2026-03-25 | 1 | -3/+24 |
| | | |||||
| * | use dynamic completion but it seems we should use cache | Shohei YOSHIDA | 2026-03-24 | 1 | -100/+72 |
| | | |||||
| * | Refactor _mix completion | Shohei YOSHIDA | 2026-03-24 | 1 | -186/+794 |
| | | |||||
| * | Fix indentation sizefix-format | Shohei YOSHIDA | 2026-03-13 | 1 | -172/+166 |
| | | |||||
| * | Add editor settings to all files | Shohei YOSHIDA | 2026-03-13 | 1 | -0/+8 |
| | | |||||
| * | add completion for `mix phx.gen.live` | Zsolt Simon | 2024-01-24 | 1 | -0/+2 |
| | | |||||
| * | add phx.gen.auth | vurden | 2023-01-17 | 1 | -0/+2 |
| | | |||||
| * | Update links | Shohei YOSHIDA | 2022-11-23 | 1 | -1/+1 |
| | | |||||
| * | Autocomplete files for mix run | Alex Vondrak | 2021-03-16 | 1 | -5/+1 |
| | | | | | | Previously, `mix run <tab>` would not expand into anything, even though the [`mix run`](https://hexdocs.pm/mix/Mix.Tasks.Run.html) task accepts filenames as inputs. This commit collapses the growing list of such cases (`test`, `format`, `run`) into one clause that autocompletes files. Although `mix run` accepts several different `--flags`, the autocompletion isn't currently set up to deal with subcommands' specific options, so I'm punting on that part. | ||||
| * | Added file completion | Vizakenjack | 2020-01-22 | 1 | -0/+5 |
| | | |||||
| * | Add new Phoenix tasks, mostly included in the 1.3.0 release | Anderson Konzen | 2017-09-04 | 1 | -0/+5 |
| | | |||||
| * | Update completion for mix, add completion for mix test, fix completion for ↵ | Teja Sophista | 2017-04-18 | 1 | -50/+142 |
| | | | | | mix help | ||||
| * | Add completion for Elixir mix | Han Ngo | 2016-01-23 | 1 | -0/+138 |
