Code Actions

A code action is a context-aware change that can be applied to your code. For example, fixing a problem or refactoring code.

Expert includes the full refactoring suite from RefactorEx. You can find the full list of available refactorings in the RefactorEx documentation.

Additionally, Expert provides the following code actions:

Add missing require

When calling a macro from another module, Expert can add the missing require statement.

Create undefined function

When calling a function that doesn't exist, Expert can create a stub function definition for you.