Skip to content

Use code actions for common tasks

Elissa-AppDevforAll edited this page Dec 12, 2025 · 2 revisions

For Java projects, the code editor supports common code actions. To use the code actions feature, follow these steps.

  1. In the editor window, long-press anywhere. The code editing toolbar is displayed.
  2. At the left side of the toolbar, tap <>. A menu of options is displayed.
  3. Choose from the following options:
    • Add/remove comments
    • Go to definition
    • Find references
    • Fix imports
    • Generate setters/getters
    • Override superclass methods
    • Generate constructor
    • Generate toString()
    • Remove unused imports
    • Organize imports
  4. Follow displayed prompts to complete the action.

For more information about code editor features, view the online documentation or tap the Help icon in the app.

Clone this wiki locally