Skip to content

Instantly share code, notes, and snippets.

@enderahmetyurt
Created April 2, 2019 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enderahmetyurt/6b827c9e0432455fb43351e7e8fb1a86 to your computer and use it in GitHub Desktop.
Save enderahmetyurt/6b827c9e0432455fb43351e7e8fb1a86 to your computer and use it in GitHub Desktop.
Auto complete for binding.pry
<snippet>
<content><![CDATA[
binding.pry
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bp</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.ruby, source.ruby.rails, source.text.haml</scope>
<description>auto complete for binding.pry</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment