Easily integrate the Ceed platform into Atom and generate source code in seconds.
Be sure to set your API key in the package settings. You can find it by going here: https://ceed.io/security/api
To trigger the Ceed package, type a trigger word somewhere in your code. Place the cursor
in the middle or at the end of the word and press CTRL-ALT-C
.
Depending upon the word you supply, one of several outcomes will occur:
You will then be presented with a form similar to ceed.io where you can enter any variables and supply a schema if required. When you're done, click on the execute button.
Ceed will attempt to render your script. If it was successful, you will be returned to the text editor and the trigger word will be replaced with your rendered source code.
If an error occurred, Ceed will inform you of the problem and indicate where in the script the error occurred. If an error occurs, you can take one of two options:
ceed-atom:trigger
.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.