diff --git a/snippets/snippets.json b/snippets/snippets.json index b36c2a5..b41ab7b 100644 --- a/snippets/snippets.json +++ b/snippets/snippets.json @@ -154,5 +154,11 @@ "body": "require $0", "description": "require", "scope": "source.elixir" + }, + "pry": { + "prefix": "IEx.pry", + "body": ["require IEx", "IEx.pry()"], + "description": "Insert IEx.pry", + "scope": "source.elixir" } }