The Personal Settings tab lets you customize the DataStudio interface for your own account. Use it to control which modules appear in the left navigation pane, configure editor behavior, and set the page theme. Changes apply only to your account and do not affect other workspace members.
To apply your current workspace settings to all workspaces under your account, click Apply to All Workspaces in the lower-right corner of the Personal Settings tab.
Open personal settings
Log on to the DataWorks console. In the top navigation bar, select the desired region. In the left navigation pane, choose Data Development and Governance > Data Development. Select the desired workspace from the drop-down list and click Go to Data Development.
At the bottom of the left navigation pane of the DataStudio page, click the
icon. The Settings page opens to the Personal Settings tab.
DataStudio modules
In the DataStudio Modules section, select which modules appear in the left navigation pane. On the Public or MaxCompute tab, select or clear modules to show or hide them.

If you cannot find a module in the left navigation pane, the module is not selected in the DataStudio Modules section. Select the module there to make it appear in the navigation pane.
Clearing a module removes it from the navigation pane only — it remains available in DataWorks.
File management
In the File Management section, select Show Solution to enable the solution feature. Users can create solutions only after this feature is enabled. For more information, see Create a solution.
Editor settings
In the Editor Settings section, configure code editing behavior. Changes take effect immediately.

| Parameter | Description |
|---|---|
| Minimap | Displays a code overview in the editor. Useful for navigating long files — drag the pointer in the minimap to jump to a specific code block. |
| Error Annotation | Checks code syntax and marks errors with red shading. Hover over the shading to see error details. |
| Auto Save | Automatically saves code as you edit. If the editor closes unexpectedly, you can choose Use Version Saved on Server or Use Version Saved in Local Cache when you reopen the node. |
| Auto-Completed Code Style | Sets whether auto-completed keywords appear in uppercase or lowercase. |
| Auto Line Wrap | Enables or disables automatic line wrapping for long clauses. Values: Disable, Enable. |
| Wrap at Column | Sets the column at which lines wrap. Fixed at 80 when Auto Line Wrap is Disable. When set to Enable, specify the maximum number of columns per line. |
| Code Font Size | Sets the editor font size. Valid values: integers from 12 to 18. |
| Press Enter for Suggestions | Shows code suggestions when you press Enter. When disabled, pressing Enter starts a new line instead. You can also press Tab to trigger suggestions regardless of this setting. |
| Show Status Bar | Displays the character count and the row and column of the current cursor position at the bottom of the task configuration tab. |
| Enable Vim Mode | Enables Vim keybindings in the code editor. |
| Alert Check | Checks code against standard development specifications and displays an alert if the code does not meet the standards. |
| Auto Completion | Enables automatic code completion. The following hint types are available: Continuous Smart Tips (analyzes your intent and suggests code), Keyword, Syntax Template, Project (project name hints), Table Name (recently used tables are prioritized), and Field. |
General settings
In the General Settings section, configure directed acyclic graph (DAG) display options and the DataStudio page theme.

| Parameter | Description |
|---|---|
| Display Node Engine Information on DAG | Shows compute engine information for each node in a DAG. |
| Theme | Sets the DataStudio page background color to black or white. |