aboutsummaryrefslogtreecommitdiffstats
path: root/src/_mix
Commit message (Collapse)AuthorAgeFilesLines
* Update mix completion to version 1.20.0update_elixir_toolsShohei YOSHIDA2026-06-041-1/+5
|
* Some typo fixesMikael Magnusson2026-05-071-2/+2
|
* implement minimum Phoenix tasks completionsrefactor_mixShohei YOSHIDA2026-03-251-5/+151
|
* implement cacheShohei YOSHIDA2026-03-251-3/+24
|
* use dynamic completion but it seems we should use cacheShohei YOSHIDA2026-03-241-100/+72
|
* Refactor _mix completionShohei YOSHIDA2026-03-241-186/+794
|
* Fix indentation sizefix-formatShohei YOSHIDA2026-03-131-172/+166
|
* Add editor settings to all filesShohei YOSHIDA2026-03-131-0/+8
|
* add completion for `mix phx.gen.live`Zsolt Simon2024-01-241-0/+2
|
* add phx.gen.authvurden2023-01-171-0/+2
|
* Update linksShohei YOSHIDA2022-11-231-1/+1
|
* Autocomplete files for mix runAlex Vondrak2021-03-161-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 completionVizakenjack2020-01-221-0/+5
|
* Add new Phoenix tasks, mostly included in the 1.3.0 releaseAnderson Konzen2017-09-041-0/+5
|
* Update completion for mix, add completion for mix test, fix completion for ↵Teja Sophista2017-04-181-50/+142
| | | | mix help
* Add completion for Elixir mixHan Ngo2016-01-231-0/+138