Giter VIP home page Giter VIP logo

erb-snippets's Introduction

erb-snippets

Snippets and tags hotkey useful for writing ERB.

ERB tags:

command+shift+.

Supports multiple line/selection. Cycles through the tags.

ERB Tags animation

Credits to @eddorre, I did the conversion from his original SublimeText2 plugin. https://github.com/eddorre/SublimeERB

ERB snippets:

if+tab

<% if {condition} %>
  {true-block}
<% end %>

ife+tab

<% if {condition} %>
  {true-block}
<% else %>
  {false-block}
<% end %>

else+tab

<% else %>

elsif+tab

<% elsif {condition} %>

unless+tab

<% unless {condition} %>
  {false-block}
<% end %>

end+tab

<% end %>

erb-snippets's People

Contributors

beathyate avatar martinpeverelli avatar nicoschuele avatar vortizhe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

erb-snippets's Issues

IF + tab now working

Hey there, truly like the idea and thank the effort. If + tab is not working for me on Atom 0.125.0
Any thoughts on why? Thanks again.

Not Working

@MartinPeverelli I've tried all the basic troubleshooting steps and I just don't get a response when pressing cmd-shift-,

I wish I could give you more details, but there are really none to give. Thanks for any advice.

Atom.Object.defineProperty.get is deprecated.

atom.workspaceView is no longer available.
In most cases you will not need the view. See the Workspace docs for
alternatives: https://atom.io/docs/api/latest/Workspace.
If you do need the view, please use atom.views.getView(atom.workspace),
which returns an HTMLElement.

Atom.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/atom.js:54:11)
Object.activate (/Users/goddamnhippie/Code/dotfiles/source/atom/packages/erb-snippets/lib/erb-snippets.coffee:13:9)

Deprecated Atom APIs will be removed June 1st

Atom will no longer load this package after June 1st without changes. There are a couple deprecations on the latest version (0.5.0) of this package:

  1. Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows: json "activationCommands": { "atom-workspace": ["foo:bar", "foo:baz"], "atom-text-editor": ["foo:quux"] }
  2. Use ::getActivePaneItem() instead of the ::activePaneItem property

Visit https://gist.github.com/benogle/6d09e295c84b717ef9b4 and search for your package name to see up-to-date deprecations.

If this package has been replaced by another package or functionality in core, please reply with this information.

See atom/atom#6867 for more info. Thanks!

Workspace.Object.defineProperty.get is deprecated.

Use ::getActivePaneItem() instead of the ::activePaneItem property

Workspace.Object.defineProperty.get (/Applications/Atom.app/Contents/Resources/app/src/workspace.js:892:14)
Object.erb_tags (/Users/goddamnhippie/Code/dotfiles/source/atom/packages/erb-snippets/lib/erb-snippets.coffee:17:28)

snippets not working on latest Atom

Hi, erb tags working fine but all snippets like if+tab gives me <if></if>
Any idea how to fix it ?
Thanks

UPDATE:
For it to work I have to click in here :
image

If selecting if block with arrows and press tab it gives me <if></if>
Only way is to click, is it the regular behavior ?

Package.getActivationCommands is deprecated.

Use activationCommands instead of activationEvents in your package.json
Commands should be grouped by selector as follows:

  "activationCommands": {
    "atom-workspace": ["foo:bar", "foo:baz"],
    "atom-text-editor": ["foo:quux"]
  }
Package.getActivationCommands (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:808:9)
Package.hasActivationCommands (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:733:20)
<unknown> (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:185:24)
Package.measure (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:163:15)
Package.load (/Applications/Atom.app/Contents/Resources/app.asar/src/package.js:177:12)
PackageManager.loadPackage (/Applications/Atom.app/Contents/Resources/app.asar/src/package-manager.js:355:14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.