-
Notifications
You must be signed in to change notification settings - Fork 9
Why not use LSP for refactoring? #78
Copy link
Copy link
Open
Labels
DiscussionIssues where community input is encouraged to help refine the ideaIssues where community input is encouraged to help refine the ideaquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
DiscussionIssues where community input is encouraged to help refine the ideaIssues where community input is encouraged to help refine the ideaquestionFurther information is requestedFurther information is requested
I showed RefakTS to a colleague and he found it really interesting. He pointed out that one could also rely on an IDE’s refactoring features via the Language Server Protocol (LSP).
Using LSP as a foundation could:
• Support more programming languages.
• Reuse existing refactoring capabilities in many IDEs.
• Combine well with MCP for additional features.
I don't really know anything about LSP. Were you also not aware of it, or was there another reason for not using LSP here?