You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when performing tasks such as overriding methods, use statements for those types are not automatically added. For these tasks, it makes sense that this happens automatically (and in the same transaction), as you will immediately end up with unknown class names after the task completes.
Candidates for this include:
Override method
Stub abstract method
Stub interface method
Generate constructor (could include properties from a parent class with types that aren't locally imported)
Getter/setter generation (same)
The text was updated successfully, but these errors were encountered:
Currently, when performing tasks such as overriding methods, use statements for those types are not automatically added. For these tasks, it makes sense that this happens automatically (and in the same transaction), as you will immediately end up with unknown class names after the task completes.
Candidates for this include:
The text was updated successfully, but these errors were encountered: