Skip to content

Closing Matching Brackets in Iex With Hotkey

Published: at 11:00 PM

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"})