Printable idea sheet
refactor_symbol_delete
reqlan rq/extension/refactor_support.rq:56
An idea declaration should offer a code action to delete it and update references.
Deleting should remove the declaration, clear or rewrite AST and comment references
that targeted it, and reindex affected files.
refactor_support refactor_changes
Implemented by reqlan-idea-refactor.ts, reqlan-code-action-provider.ts, and register-idea-refactor-commands.ts.
Interactive page: refactor_symbol_delete