All Projects → dsznajder → vscode-react-javascript-snippets

dsznajder / vscode-react-javascript-snippets

Licence: MIT license
Extension for React/Javascript snippets with search supporting ES7+ and babel features

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-react-javascript-snippets

Vscode Es7 Javascript React Snippets
Extension for Javascript/React snippets with search supporting ES7 and babel features
Stars: ✭ 435 (-44.37%)
Mutual labels:  hooks, snippets, extension, react-components, vscode-extension
stencil-snippets
An extension to add some snippets on vs code
Stars: ✭ 21 (-97.31%)
Mutual labels:  snippets, vscode-extension, vscode-snippets
React Rough
🐇 React Components for Rough.js
Stars: ✭ 164 (-79.03%)
Mutual labels:  hooks, react-components
testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (-93.09%)
Mutual labels:  snippets, vscode-snippets
vscode-liquid-snippets
Shopify Liquid Template Snippets
Stars: ✭ 22 (-97.19%)
Mutual labels:  vscode-extension, vscode-snippets
React Awesome Reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 346 (-55.75%)
Mutual labels:  hooks, react-components
Beautiful React Hooks
🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥
Stars: ✭ 5,242 (+570.33%)
Mutual labels:  hooks, react-components
Symfony-code-snippets
Over 100 Symfony Code Snippets for PhP code And Over 80 Twig Code Snippets. Just type the letters 'sf' to get a list of all available Symfony Code Snippets. For Twig Just Type the Tag name and you will get AutoCompletion.
Stars: ✭ 15 (-98.08%)
Mutual labels:  snippets, vscode-snippets
Vscode Vlang
V Language extension for Visual Studio Code.
Stars: ✭ 190 (-75.7%)
Mutual labels:  snippets, extension
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-97.06%)
Mutual labels:  extension, vscode-extension
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+0.77%)
Mutual labels:  snippets, vscode-extension
Wikitext-VSCode-Extension
A Visual Studio Code Extension that provides language support for Wikitext.
Stars: ✭ 50 (-93.61%)
Mutual labels:  snippets, vscode-extension
Mahou
Mahou(魔法) - The magic layout switcher.
Stars: ✭ 335 (-57.16%)
Mutual labels:  hooks, snippets
React Recipes
👩‍🍳 A React Hooks utility library containing popular customized hooks
Stars: ✭ 452 (-42.2%)
Mutual labels:  hooks, react-components
react-awesome-reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 564 (-27.88%)
Mutual labels:  hooks, react-components
vscode-javascript-snippets
✂️ Visual Studio Code snippets for JavaScript, TypeScript, and React
Stars: ✭ 38 (-95.14%)
Mutual labels:  snippets, react-snippets
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (-81.97%)
Mutual labels:  snippets, vscode-extension
Omi Snippets
🔖Visual Studio Code Syntax Highlighting For Single File React And Omi Components - 编写React和Omi单文件组件的VSC语法高亮插件
Stars: ✭ 149 (-80.95%)
Mutual labels:  snippets, vscode-extension
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-96.29%)
Mutual labels:  snippets, extension
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (-81.84%)
Mutual labels:  vscode-extension, vscode-snippets

Version Install Downloads Ratings

VS Code ES7+ React/Redux/React-Native/JS snippets

JavaScript and React/Redux snippets in ES7+ with Babel plugin features for VS Code

Installation

Visual Studio Marketplace

Launch Quick Open:

Paste the following command and press Enter:

ext install dsznajder.es7-react-js-snippets

Options

From version 4 extension provides options to customize the behavior of the snippets:

Option Description
languageScopes list of supported languages / files recognition
prettierEnabled determines if snippets should be parsed with project prettier config
importReactOnTop If disabled, snippets won't contain import React on top. React 17+ support
typescript adds additional typescript snippets

Sponsors


Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow.
Learn More


Conquer of Completion

It is possible to use this package in your vim/neovim text editor, to make this possible, make sure you have the coc.nvim previously configured, then add this command to your init.vim

Plug 'dsznajder/vscode-es7-javascript-react-snippets', { 'do': 'yarn install --frozen-lockfile && yarn compile' }

Update your vim / neovim settings with :source % and then install the new package with :PlugInstall

Note: This example uses vim-plug as a package manager, feel free to use some other


Packer

For use with packer the syntax is a little different. Just add in your init.vim or init.lua:

use {'dsznajder/vscode-es7-javascript-react-snippets',
run = 'yarn install --frozen-lockfile && yarn compile'
}

When saving the file, the update will be done ( :w )


Search command

You can search through snippets with ES7 snippet search command which can be run with CMD + Shift + P or just use CMD + Shift + R (CTRL + ALT + R for Windows & Linux) keybinding.

Here is direct link to marketplace ES7 React/Redux/React-Native/JS Snippets


Snippets

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].