Saving

The Pieces for Sublime Text Plugin lets users save code snippets directly from the editor, so that their snippets are securely stored and ready to be reused at a later date.


Saving Materials

There are two ways to save code with the Pieces for Sublime Text Plugin—through the right-click menu, or by saving with hotkeys.

You can use this feature to save all kinds of useful code materials, like:

  • API endpoint definitions

  • Utility functions or commonly used helper methods

  • Code templates for starting new modules

  • Reusable logic for error handling or authentication

via Right-Click Menu

To capture useful code snippets, simply:

  1. Highlight the code within your editor

  2. Right-click

  3. Hover on Pieces and then select Save to Pieces

What’s Stored When You Save a Snippet

When you save a snippet to your Pieces Cloud, it’s more than just the code that gets stored.

The Pieces Copilot captures:

  • Type: Categorizes the snippet (e.g., API call, function, class) with it’s code language.

  • Associated Tags: Keywords associated with the snippet for easier searching.

  • Custom Description: Specifies precisely which lines (in numerical form) the snippet is from, as well as the file from which it originated—very useful for mind-mapping.

  • Smart Description: AI-generated descriptions that summarize the snippet’s purpose and function.

  • Suggested Searches: Related searches that help you discover similar snippets.

  • Related Links: References to documentation, code repositories, or other relevant resources.

  • Related People: Associated collaborators or contributors.

Additionally, the Pieces Copilot scans saved snippets for sensitive information, such as API keys, passwords, or authentication tokens, to ensure no confidential data is accidentally stored.

Where Saved Snippets Live

Saved snippets are stored locally on your device, ensuring accessibility even when offline. This also means that any Pieces for Developers extension or plugin—or even the Pieces Desktop App—has constant, up-to-date access to your saved materials.

You can search your saved snippets with the Pieces: Search feature.

Read more about how to find your saved snippets here.

Updated on