waves-ride-atom-snippets
Ride snippets to power my daily dApp development with Ride workflow
Kelvin Omereshone 44 0 2.0.5 MIT GitHub

Waves Ride Atom Snippets

Description

This package is an Atom port of the excellent Ride VSCode Snippets by Waves Africa.

The goals of this package are:

  • To remain compatible with the waves-ride-snippets - all prefixes from the original repository should be available and should produce the same output.

  • Implement Atom-specific tweaks and improvements which can help productivity.

  • The package does not aim to become an "ubermegablob" of snippets but rather focus on parts which are useful in every day code work.

  • The scope of the snippets is the core ecosystem around Waves Ride.

Plugin installation

apm install waves-ride-atom-snippets

Availability

The snippets provided by the plugin will be available in all .ride files.

Snippets

Ride

Snippet Purpose
fun Ride function declaration block
rlet Creates a variable in Ride
rif Ride if statement block
ric Ride callable function block
account Ride smart account script directives

Template

Snippet Purpose
dapp dApp template directive