All Projects → Rob-Rychs → 30-seconds-of-code-texteditorsnippets

Rob-Rychs / 30-seconds-of-code-texteditorsnippets

Licence: CC0-1.0 License
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.

Projects that are alternatives of or similar to 30-seconds-of-code-texteditorsnippets

30 Seconds Of React
Short React code snippets for all your development needs
Stars: ✭ 3,991 (+11302.86%)
Mutual labels:  snippets, snippets-library, snippets-collection, learning-resources
30 Seconds Of Php
Short PHP code snippets for all your development needs
Stars: ✭ 2,461 (+6931.43%)
Mutual labels:  snippets, snippets-library, snippets-collection, learning-resources
30-seconds-of-python
Short Python code snippets for all your development needs
Stars: ✭ 8,452 (+24048.57%)
Mutual labels:  snippets, snippets-library, snippets-collection, learning-resources
30-seconds-of-git
Short git snippets for all your development needs
Stars: ✭ 235 (+571.43%)
Mutual labels:  snippets, snippets-collection, learning-resources
Snippet2
A simple Code Snippet with user account and share feature
Stars: ✭ 20 (-42.86%)
Mutual labels:  snippets, snippets-library, snippets-collection
30 Seconds Of Interviews
A curated collection of common interview questions to help you prepare for your next interview.
Stars: ✭ 9,410 (+26785.71%)
Mutual labels:  snippets, snippets-collection, learning-resources
Java Design Patterns
Design patterns implemented in Java
Stars: ✭ 71,923 (+205394.29%)
Mutual labels:  snippets, snippets-library, snippets-collection
30-seconds-of-csharp
Short C# code snippets for all your development needs
Stars: ✭ 132 (+277.14%)
Mutual labels:  snippets, snippets-collection, learning-resources
30-seconds-of-angular
Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 24 (-31.43%)
Mutual labels:  snippets, snippets-collection, learning-resources
30 Seconds Of Css
Short CSS code snippets for all your development needs
Stars: ✭ 14,945 (+42600%)
Mutual labels:  snippets, snippets-collection, learning-resources
30 Seconds Of Code
Short JavaScript code snippets for all your development needs
Stars: ✭ 89,121 (+254531.43%)
Mutual labels:  snippets, snippets-collection, learning-resources
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (+34.29%)
Mutual labels:  atom, snippets
ProColors
A collection of coding themes for syntax highlighting and the editors that are designed to be available in dark and light modes with a very high precision of harmony and token definition coverage.
Stars: ✭ 94 (+168.57%)
Mutual labels:  atom, sublime
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-45.71%)
Mutual labels:  atom, snippets
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (-8.57%)
Mutual labels:  snippets, sublime
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (-25.71%)
Mutual labels:  atom, sublime
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (+37.14%)
Mutual labels:  atom, snippets
Snippets
Atom snippets package
Stars: ✭ 191 (+445.71%)
Mutual labels:  atom, snippets
30-seconds-of-r-code
Collection of small base-R expressions (r snippets)
Stars: ✭ 15 (-57.14%)
Mutual labels:  snippets-collection, 30-seconds-of-code
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-45.71%)
Mutual labels:  atom, snippets

30-seconds-of-code-texteditorsnippets

Included in this repository are the files you need to import all the snippets from the amazing resource 30-seconds-of-code into you text editor of choice (VSCode, Atom + Sublime).

Make sure you ⭐️ the original repo here!

The files in this repo contain the 30-seconds-of-code Snippets as of February 1st, 2018's release. The project is still under active development and not all the snippets contained herein are production ready. You've been warned.

How to import the snippets

VSCode: Go to 'Preferences' > 'User snippets' and select the language 'Javascript', then paste in all the code from the javascript.json file. For more information checkout the VSCode snippets docs.

Atom: Copy the code in the snippets.cson file into your own snippets.cson file located in ~./atom directory. For more information checkout the Atom snippets docs.

Sublime: Move all the *.sublime-snippet's into your Packages/User folder (technically you can store *.sublime-snippet's in any package's folder but for simplicities sake Packages/User will be easiest to find). If your stuck make sure you check out the Sublime snippets docs.

Alfred: If you're an Alfred powerpack user your in luck, there is an easy way to import the snippets using the file in this repo.

NPM: You can of course access all of these snippets and more with the 30-seconds-of-code npm package by running npm install 30-seconds-of-code or the tsoc npm package by running npm install tsoc.

After the package is installed you may access a snippet(s) with the following notation for node.js: import { snippetName, otherSnippet } from '_30s' and/or javascript: const { snippetName, otherSnippet } = require('_30s')

Special thanks

Mad props go out to the core team and all the contributors at 30-seconds-of-code who have worked hard putting these snippets together. 🙏

License

Creative Commons License

CC0 1.0 Universal

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].