Skip to content

Commit

Permalink
Merge branch 'master' of github.com:snipsnapdev/snipsnap-vscode
Browse files Browse the repository at this point in the history
aligning with changes in master
  • Loading branch information
Kirill Bolotsky committed Jun 18, 2020
2 parents 6c11a1a + 85c6e65 commit 5bfaf67
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
78 changes: 40 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
# Snipsnap - ultimate snippet handler for Visual Studio Code
<p align="center">
<img width="100" src="https://user-images.githubusercontent.com/2697570/85011968-9ac90c80-b162-11ea-9960-1429cb5f409f.png" alt="Snipsnap Logo"/></p>

[Snipsnap](https://snipsnap.dev/) is unopionated ultimate snippet handler that automatically exposes to you all available snippets for every library you are using in your project. Spend your time building great things, not orchestrating snippet extensions.
<h1 align="center">Snipsnap VS Code extension</h1>
<h3 align="center">The ultimate snippets collection and VS Code extension that automatically exposes all available snippets for every library you are using in your project.</h3>
<p align="center"><a href="https://github.com/snipsnapdev/snipsnap">Read More</a></p>

![out](https://user-images.githubusercontent.com/2697570/73568644-23bc0180-4469-11ea-8b64-843c7a9a92d2.gif)

<p align="center">
<em>
JavaScript
· Python
· PHP
· Go
· Java
</em>
<br />
<em>
Node
· Flask
· Spring
</em>
<br />
<em>
HTML
· Vue
· React
· Rails
</em>
<br />
<em>
<strong>Literally any library in any programming language</strong>
</em>
<br />
<em>
<a href="https://snipsnap.dev/add">
Would like to see a particular library?
</a>
</em>
</p>

<p align="center">
<a href="https://drone.pixelpoint.io/snipsnapdev/snipsnap-vscode"><img src="https://img.shields.io/drone/build/snipsnapdev/snipsnap-vscode/drone?server=https%3A%2F%2Fdrone.pixelpoint.io" /></a>
<a href="https://drone.pixelpoint.io/snipsnapdev/snipsnap-vscode"><img src="https://img.shields.io/drone/build/snipsnapdev/snipsnap-vscode?server=https%3A%2F%2Fdrone.pixelpoint.io" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snipsnap-vscode">
<img alt="VS Code Marketplace" src="https://img.shields.io/visual-studio-marketplace/v/snipsnapdev.snipsnap-vscode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snipsnap-vscode">
<img alt="VS Code Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/snipsnapdev.snipsnap-vscode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snipsnap-vscode">
<img alt="VS Code Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/snipsnap-vscode"></a>

</p>

<h2 align="center">Popular snippets</h2>
<table>
<tbody>
<td valign="middle" align="center">
<img width="100px" src="https://user-images.githubusercontent.com/2697570/82653674-db933b80-9c1f-11ea-9731-7b8e0d1ab05c.png" />
<br>React
</td>
<td valign="middle" align="center"><img width="100px" src="https://user-images.githubusercontent.com/2697570/82653826-15644200-9c20-11ea-8fe8-b0db379c83a3.png"/>
<br>Vue
</td>
<td valign="middle" align="center"><img width="100px" src="https://user-images.githubusercontent.com/2697570/82654143-90c5f380-9c20-11ea-9587-928a51c06839.png"/>
<br>Gatsby
</td>
</td>
<td valign="middle" align="center"><img width="100px" src="https://user-images.githubusercontent.com/2697570/85003657-c8a85400-b156-11ea-938e-8577eea635a6.jpg"/>
<br>Next.js
</td>
<td valign="middle" align="center"><img width="100px" src="https://user-images.githubusercontent.com/2697570/82654470-147fe000-9c21-11ea-9975-a79b3721b8f6.png"/>
<br>Redux
</td>
<td valign="middle" align="center"><img width="100px" src="https://user-images.githubusercontent.com/2697570/82654869-a2f46180-9c21-11ea-8034-71f63bcd8389.png"/>
<br>Styled components
</td>
</tbody>
</table>

## Want to know more?

All information about the project presents in main Snipsnap repository.

**[Visit documentation](https://github.com/snipsnapdev/snipsnap)**

## Installation

Install through VS Code extensions. Search for `Snipsnap - Snippets Handler`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "snipsnap-vscode",
"displayName": "Snipsnap - Ultimate Snippet Handler",
"description": "Code faster with snippets for your favourite libraries",
"displayName": "Snipsnap - Code Snippets for Javascript libraries",
"description": "Code snippets for React, Gatsby, Next.js, Redux and more",
"version": "0.2.3",
"publisher": "snipsnapdev",
"icon": "snipsnap-logo.png",
Expand Down

0 comments on commit 5bfaf67

Please sign in to comment.