IronLanguages / ironpython3

Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Apache License 2.0
2.48k stars 287 forks source link

IDE for Ironpython3 in 2023/2024 #1759

Closed RickyYCheng closed 9 months ago

RickyYCheng commented 9 months ago

I've re-download Visual Studio 2017 for debugging IronPython since the ironpython plugin is not suported in latter versions. The PTVS works good on IronPython2 but not response on IronPython3. What is the proper way to write and debug IronPython3 in 2023/2024? What Ide / Text editor should I use?