# Pro Android Studio - Refactoring

DevFeed: [Pro Android Studio - Refactoring](<https://devfeed.tech/articles/pro-android-studio-refactoring-28667.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2018/04/26/androidstudioshortcuts2/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2018-04-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [Android Studio](<https://devfeed.tech/topics/android-studio.md>), [Refactoring](<https://devfeed.tech/topics/refactoring.md>)

Tags: [android-studio](<https://devfeed.tech/tags/android-studio.md>), [androidstudio](<https://devfeed.tech/tags/androidstudio.md>), [blogs](<https://devfeed.tech/tags/blogs.md>), [refactoring](<https://devfeed.tech/tags/refactoring.md>), [shortcuts](<https://devfeed.tech/tags/shortcuts.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

A tutorial on Android Studio refactoring options and shortcuts. It explains how automated rename, move, extraction, and signature-change tools can reduce manual editing and update related references and documentation.

## Source excerpt

Refactoring can be tedious and easily introduce bugs. The main reason for this is the number of manual steps involved: rename, move, copy-paste,... So wouldn't it make sense to automate this and have Android Studio do all the work for you?