Extension or inclusion into Spyder
Describe the Bug
You include an extension for VS code I searched for an extension or tool for the Spyder Python IDE but found none May I know why this original python IDE gets no lone ?
Sandbox Link
No response
(Only applicable for extension issues) IDE Information
No response
Thanks for your question! It looks like Spyder supports the Language Server Protocol (LSP), which Pyrefly involvements. It shouldn’t be too hard to integrate.
Maybe someone can give it a try and post here with a recipe that worked for them and we can include it in the docs!
Sounds Like nice side project. I will see what I can accomplish this weekend since I love Spyder But I have no formal RUST experience
Thank you for your time and attention
On Thu, May 15, 2025 at 7:40 PM Sam Goldman @.***> wrote:
samwgoldman left a comment (facebook/pyrefly#209) https://github.com/facebook/pyrefly/issues/209#issuecomment-2885488060
Thanks for your question! It looks like Spyder supports the Language Server Protocol (LSP) https://docs.spyder-ide.org/current/panes/editor.html#code-analysis-and-completions, which Pyrefly involvements. It shouldn’t be too hard to integrate.
Maybe someone can give it a try and post here with a recipe that worked for them and we can include it in the docs!
— Reply to this email directly, view it on GitHub https://github.com/facebook/pyrefly/issues/209#issuecomment-2885488060, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD4JTXVLWBXWXDV453E3DRT26VF3RAVCNFSM6AAAAAB5HKMFQCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBVGQ4DQMBWGA . You are receiving this because you authored the thread.Message ID: @.***>
Sounds Like nice side project. I will see what I can accomplish this weekend since I love Spyder But I have no formal RUST experience
Thank you for your time and attention …
Thanks for the involvement! Instructions for other editors here should be helpful. pyrefly lsp will start the server and is likely all you'll need (after installing it).
Closing the issue for now since it seems resolved, feel free to reopen if you run into any issues getting things working with spyder.