Hello! I'm currently looking for an IDE that has type hinting for my crappy laptop (has 1 GB of RAM and its a Baytrail). Syntax highlighting wasn't enough for me as I need to find what methods and properties are under a particular type or class object a certain variable contains.
VS Code was my first choice but, as per usual, the OSS version doesn't have Pylance, not to mention it stutters a lot when doing simple stuff on it like scrolling and opening a new terminal. Considering I wanted it to be lightweight, I decided to look for a different one as the other version (the one with telemetey stripped) is also prohibted to have Pylance.
I did try Spyder (PyCharm was my first thought 2nd choice, then I saw the sys reqs: 2 GB RAM), but I got frustrated at the internal console setup; I can't install version 3.1.0.dev0 of spyder-kernels that its looking for, which doesn't exist. So I gave up on it.
Any good IDE suggestions? Btw, I'm just gonna use it for pygame atm.