Updated on 2026-01-09 GMT+08:00

Using CloudIDE Inline

FunctionGraph allows you to edit function code in the same way as managing a project. You can create and edit files and folders. With the inline editor, you can edit function code from scratch, or modify the function code of an uploaded package. In addition, when the editor is displayed in full screen, you can save code modifications, test functions online, and view the test result, digest, and logs.

Managing Folders and Files

Choose File from the menu bar, and create files or folders.

Choose New File from the drop-down list to create a file with a specified name.

Choose New From Template from the drop-down list to create a file with a template.

Select a template, and create a file with a specified name.

To rename a file or folder, right-click and choose Rename. To delete the file or folder, right-click and choose Delete.

Choose File > New Folder to create a folder with a specified name.

To create a file under the folder, right-click the folder and choose New File. You can also rename and delete folders and create Python modules.

Choose File > Close All Files to close all files.

You can quickly create a multi-level Python module.

Edit

The Edit menu provides options for code editing. Choose Undo to cancel the previous operation, choose Redo to restore the previous operation, and choose Cut to cut the selected code.

In the Edit menu, choose Line to edit code by line.

In the Line submenu, choose Delete Line to delete a code line, choose Delete All Left to delete the code on the left of the cursor in the current line, choose Delete All Right to delete the code on the right of the cursor in the current line, and choose Join Lines to merge the current line with the next line.

Choose Edit > Comment to edit comments.

In the Comment submenu, choose Toggle Line Comment to open the comment of a code line, choose Toggle Block Comment to open the comment of a code block, choose Add Line Comment to add a comment to a code line, and choose Remove Line Comment to delete the comment of a code line.

Choose Edit > Folding to expand or collapse code.

In the Folding submenu, choose Unfold or Fold to expand or collapse all code, and choose Fold Level XX to fold code by level.

Choose Edit > Sort to sort code.

In the Edit menu, you can also trim trailing spaces, transform code to uppercase or lowercase letters, and format documents.

Find and Replace

Choose Find from the menu bar to find or replace a keyword.

Choose Find > Find or Replace to find or replace a keyword.

Go to

Choose Go to from the menu bar, and go to a specified position in the code.

Choose Go to > Go to Line to go to a specified code line.

For a large number of code lines, you can choose Go to Bracket or Go to Next Problem (Error, Warning, Info) to respectively switch to the other bracket of a bracket pair or to the next problematic line.

Online Function Test

After configuring a test event for a function, you can click Test in the full screen mode of the editor to test the function, and view the test result, digest, and logs.

Other Common Functions

  1. In the View menu, choose Theme to change the editor theme, and choose Show Command Palette to view all commands.
  2. The inline editor can autocomplete a keyword when you input only the first several letters.
  3. The left pane can be adjusted to expand the working area. To open a local code file, drag it to the editor.