ElixirCasts

ElixirCasts

Forum Sponsor

.iex.exs File - ElixirCasts

In this episode, we’ll learn how to streamline our Elixir development workflow by customizing our IEx shell with a .iex.exs file.

Most Liked

marcxrand

marcxrand

Nice! Is there a way to keep tab-autocomplete with aliased modules?

For instance, pressing Tab after iex> App.Repo gives you a list of functions in the Repo module – but iex does nothing when pressing Tab after iex> Repo

ElixirCasts

ElixirCasts

Forum Sponsor

Yes, it should work, but only after a dot:

iex> Repo. #Tab here
aggregate/2 ...

Thanks for watching and hope this helps!

Where Next?

Popular in Screencasts Top

zacksiri
Hey all! We just released 3 episodes on our site explaining how GenServer works. We also released a free episode that shows you how to s...
New
knewter
I wrote up a free episode on how to deploy a Phoenix app with Gatling to a DigitalOcean droplet. Hope it’s useful to someone. Thing I’m n...
New
ElixirCasts
In this episode we’ll look at the @impl attribute and how it can be used to make code more readable.
New
snake117
I came across ElixirCasts.io, a free, high quality screencast showing various subjects in Elixir and Phoenix. I didn’t see it posted on t...
New
alvises
Hey friends, I’ve just published a new post and video on LiveView where I show how to build a Gallery app with an automatic slideshow fu...
New
remzolotykh
Hi all. I’m new here and kinda new to Elixir and Phoenix, but I love it so much. These days PETAL stack is my favourite way to build apps...
New
ElixirCasts
I made an episode exploring Phoenix assigns: https://elixircasts.io/exploring-phoenix-assigns
New
AstonJ
Nice to see another thing on my wish-list come true :003: I haven’t had a chance to watch this yet but I am sure it is very good! ...
New
calebjosue
I’ve made a video on how to install Erlang (26.2.1) and Elixir (1.16.1) on GNU/Linux Debian 12 (Bookworm). Thanks!
New
sadjow
Ben Awad posted a youtube video about a project he created with Phoenix LiveView: https://stripcode.dev/
New

Other popular topics Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 42920 311
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31142 143
New
axelson
This post is a wiki (feel free to hit the edit button near the bottom right of this post to add your own changes!) This post collects co...
239 47930 226
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 126479 1222
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement