-
Notifications
You must be signed in to change notification settings - Fork 10
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.
- In the editor window, long-press anywhere. The code editing toolbar is displayed.
- At the left side of the toolbar, tap <>. A menu of options is displayed.
- 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
- 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.