Skip to content
QiTASC.com / intaQt Studio / IDE Features /
Rename Refactoring
/ .. / .. /
Rename Refactoring










Rename Refactoring

Rename refactoring renames text references across entire projects in:

  • Stepdefs, models and functions

  • Verification rules files

  • UI Steps Views

  • Extractors

  • Variables

To rename a text reference click or mark the target text and press Shift + F6 or right-click and select Refactor -> Rename...:

alt text

Selecting Rename option opens a new window. Enter the text that should replace the existing text reference. Click Refactor to confirm the changes. Optionally, for comment sections and strings, mark the Search in comments and strings checkbox to rename the target text references.

alt text

If the new name already exists in the project, it will be highlighted by intaQt Studio.

alt text

Additionally, intaQt Studio creates a Duplicate definition at the bottom of the screen if it recognizes an existing name in the project:

alt text

Pressing alt + enter(Windows/Linux user) or option + enter(Mac OS user) will bring up the conflicting item:

alt text

Note: intaQt Studio also detects models with conflicting Built-ins, which prevents calling models with names such as Http, ssh or json:

alt text