One minute
Closing Matching Brackets in Iex With Hotkey
Suppose you want to complete this expression:
iex(5)> Map.from_struct(%User{first_name: "Pawel", last_name: "Duda"
Just press CTRL + ]
twice, and you will end up with this!
iex(5)> Map.from_struct(%User{first_name: "Pawel", last_name: "Duda"})
Read other posts
comments powered by Disqus