Here are
1,987 public repositories
matching this topic...
Short JavaScript code snippets for all your development needs
Updated
Feb 20, 2021
JavaScript
Design patterns implemented in Java
Updated
Feb 20, 2021
Java
🖤 Create and share beautiful images of your source code
Updated
Feb 21, 2021
JavaScript
Updated
Feb 18, 2021
Python
Short CSS code snippets for all your development needs
How to improve NGINX performance, security, and other important things.
Updated
Feb 15, 2021
Shell
✂ A collection of useful .htaccess snippets.
A curated collection of common interview questions to help you prepare for your next interview.
Updated
Jan 28, 2021
JavaScript
An interactive cheatsheet tool for the command-line and application launchers
Updated
Jan 18, 2021
Rust
💻 Democratizing Snippet Management (macOS/Win/Linux)
Updated
Feb 17, 2021
JavaScript
Short Python code snippets for all your development needs
Updated
Feb 20, 2021
Python
Updated
Jul 20, 2020
JavaScript
💡 Full-featured code intelligence and smart autocomplete for Sublime Text
Updated
Oct 7, 2019
Python
Short React code snippets for all your development needs
Updated
Jan 19, 2021
JavaScript
Simple command-line snippet manager, written in Go.
Updated
Feb 19, 2021
TypeScript
Short PHP code snippets for all your development needs
Chrome DevTools code snippets
Updated
Jul 16, 2017
JavaScript
A free and open source code snippets manager for developers.
Search and save shell snippets without leaving your terminal
Create beautiful image of your source code.
Updated
Feb 11, 2021
Rust
📚 Library of all kind of scripts, snippets & shaders for Unity
Self-hosted snippet manager
"Alfred for Xcode" plugin
Updated
Jul 3, 2017
Objective-C
Collection of source codes, utilities, templates and snippets for Android development.
These snippets were built to supercharge my workflow in the most seamless manner possible.
Updated
Feb 14, 2021
JavaScript
💻 macOS / Ubuntu dotfiles
Updated
Feb 17, 2021
Shell
Improve this page
Add a description, image, and links to the
snippets
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
snippets
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I would like to write snippets that can be expanded after typing only a part of the trigger word. For example,
i
,im
,imp
,impo
,impor
should all expand toimport
when followed by the trigger key, e.g. Tab. This is helpful because one may think of a snippet after having already typed a couple of characters of a code construct. At the moment, this is possible through somewha