Code Snippets
Add, edit, and manage your code snippets quickly within the app or in an external IDE.
Overview
In Code Snippets, you can add local folders to create individual snippet repositories, and add various files to write your code. The snippets you create can be quickly accessed from the in-app widget, and you can also open them in an external IDE for editing if needed.
How to Add Snippets
Add Files and Write Code
Click the registered folder to see the
+ Create File
button.Click it and enter the file name with its extension (e.g.,
your-snippet.php
).The screen will change, showing the file under the Root folder in the Folder Structure, and the file will be opened.
You can write code directly in the editor, or click
Open in Cursor
to edit in an external IDE and save the changes.

Snippet Widget
The widget allows you to quickly view and copy multiple snippets at any time while working on other tasks.

Last updated