The nexter/list-snippets ability returns all code snippets stored in Nexter Extension. You can filter by snippet type (PHP, CSS, JavaScript, HTML) and by active or inactive status. Results are returned newest first. Use this ability to browse all snippets or locate a specific snippet ID before reading or editing it.
Key Takeaways
Required Setup
This ability ships with Nexter Extension (Free). If you do not have it installed, follow the guide on how to install and activate Nexter Extension first.
Parameters
What It Returns
The ability returns an array of snippet summary objects, ordered newest first. Each object includes: id, name, type, status (active or inactive), description, and tags. The full code content is not included in list results. Use nexter/get-snippet to retrieve the complete snippet with code.











