### Elixir and Erlang/OTP versions ``` Erlang/OTP 28 [erts-16.0.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit] Elixir 1.18.4 (compiled with Erlang/OTP 28) ``` ### Operating system MacOS 15.5 ### Current behavior run `iex -S mix phx.server` type `reco` then hit tab it's no longer autocompleted to be `recompile()` ### Expected behavior (might be a feature?) it should still get autocompleted to `recompile()` after hitting tab.