Mmm, AI integration for coding is table stakes for any development tool right now IMHO. Even for things as simple as "I have an idea about how I'd check to see if the time is between midnight and 4:30am, but I don't have the python datetime module locked into memory, how would you do it" is extremely useful.
sad. software quality deteriorating sharply because of all this. To learn an API also helps to keep it small and focused instead of having thousands of methods on it. All software will now go the way of Java.
Wouldn't that would imply that Windows support is necessary for software to be good? Often it's easier to write good software when you target a specific platform (rather than spending time troubleshooting problems that occur across lots of different environments), and do it well.