1

Is there any Python Ide available from which we can remotely connect to pi (using ssh) and can write python script or debug from windows. I have already done this using eclipse herebut this connection also has an issue wherein it does not support the intellisense and thus auto complete does not work.

Is there an alternative where we can have autocomplete functionality as well as write and debug Python scripts from Windows to Pi? Please help. Thanks

toyota Supra
  • 560
  • 2
  • 6
  • 9
S Andrew
  • 480
  • 1
  • 6
  • 20
  • Current version of VSCode has a remote function. I have had a look at it, but can't remember if it supports remote debugging. – Dirk Jun 04 '20 at 17:49
  • Be interesting to see if the Pi 4 runs VSC well now https://code.headmelted.com/ but remote debugging is available and the last walkthrough I used was https://www.hanselman.com/blog/VisualStudioCodeRemoteDevelopmentOverSSHToARaspberryPiIsButter.aspx (not done any dev for a few months so it may a bit cleaner now. –  Jun 04 '20 at 19:01
  • I am using the evil Windows 10 and Rpi Pi Pico W, while waiting for Rpi 5B. – tlfong01 Jun 13 '23 at 02:07

1 Answers1

1


You can try using PyCharm. It supports both Windows and Linux.
It has a remote debug feature (not free). You can have a trial license for 30-day.