Capability
Elisp Refactoring Rename And Extract
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “rename refactoring with cross-file impact analysis via lsp textdocument/rename”
MCP server for accessing LSP functionality
Unique: Leverages LSP's semantic understanding to compute rename impact across the entire workspace, ensuring all references are updated consistently. Returns a WorkspaceEdit that can be applied atomically.
vs others: Provides accurate rename refactoring that respects language scoping rules and type information (important for languages like TypeScript with complex scoping) compared to text-based find-and-replace that may incorrectly rename unrelated symbols.