For un gestor y expansor de snippets para editores de código, the strongest matches are l3mon4d3/luasnip (LuaSnip is a scriptable snippet engine for Neovim that), sirver/ultisnips (UltiSnips is a full snippet engine for Vim that) and dcampos/nvim-snippy (nvim-snippy is a Neovim snippet plugin that expands abbreviations). Each is ranked by relevance to your query, popularity and recent activity.
Herramientas para organizar, almacenar e insertar rápidamente bloques de código reutilizables directamente en tu entorno de desarrollo.
LuaSnip is a scriptable text expansion framework and Lua-based snippet engine. It allows for the creation of reusable text templates and complex nested structures that expand into a buffer using triggers and jumpable tabstops. The system distinguishes itself by using abstract syntax trees to trigger expansions based on structural code patterns rather than simple text matching. It features a multi-format importer capable of parsing snippet definitions from community standards such as LSP and SnipMate. The framework covers dynamic code generation through Lua functions, regex-based capture grou
LuaSnip is a scriptable snippet engine for Neovim that expands snippets via triggers and tabstops, supports multiple languages through filetypes, imports community formats (LSP, SnipMate), and allows dynamic placeholders, fitting the need for an editor-integrated code snippet expander.
UltiSnips is a snippet engine for the Vim text editor designed to expand text templates and manage dynamic placeholders. It provides a system for inserting predefined blocks of text and boilerplate code to automate repetitive writing tasks. The engine features a placeholder manager that enables stateful navigation between input areas and bidirectional field synchronization, which mirrors text entered in one field across all linked locations in real time. It also includes a dynamic text interpolator that executes scripts to inject calculated values or external data into snippets during expansi
UltiSnips is a full snippet engine for Vim that expands text templates with dynamic placeholders and bidirectional field sync, so it directly matches the need for a code snippet expander within a code editor.
Snippet plugin for Neovim written in Lua
nvim-snippy is a Neovim snippet plugin that expands abbreviations and manages templates within the editor, directly meeting the need for a code snippet manager integrated into a specific IDE/editor.