SnipCloudSnipCloud

Quickstart

Start using SnipCloud in under 5 minutes

1. create your account

register your account from SnipCloud.

2. copy the post


here is a summary of your content. and this is summary code show

```
print("hello snipcloud")
```


# hello

this is hello description

```
println!("Hello World!");
```

# rust-for

the snippet has three placeholders: ${1:array}, ${2:element}, and $0

```
for ${1:elem} in ${2:iter} {
    $0,
}
```

3. publish your post

click your right top, then select New Snippet to create a post.

quarkstart

then click Create button, you can see your post on your home page.

4. generate your API Key

Setting -> API -> Create New Key

quarkstart quarkstart

then you can use your API Key in SnipCloud's ecosystem.

5. use your API Key in VSCode

quarkstart
  1. install the extension from VSCode Marketplace.

  2. open your VSCode, Settings -> Extensions -> SnipCloud -> API Key -> Input your API Key

  3. enjoy it!

On this page