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.
apm install waves-ride-atom-snippets
The snippets provided by the plugin will be available in all .ride files.
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 |
Snippet | Purpose |
---|---|
dapp |
dApp template directive |
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.