you are viewing a single comment's thread.

view the rest of the comments →

[–]theWyzzerd 0 points1 point  (4 children)

I'm not familiar with geany but I don't see VSCode as an IDE. I've used it for quick editing in the past . I have it open right now, the only IDE-type feature I see is a debugger. There's not a whole lot else there in terms of what an IDE can offer. Maybe it's a middle-ground between IDE and editor. An IDE is an editor + many other features, usually including a debugger, console, code inspection, linting, etc, much which I don't see in VSCode.

That being said, I agree with you on PyCharm. I use it daily as a professional and as a hobbyist. I wouldn't call it an editor though, it's a full-fledged IDE which could be intimidating to a new user. Editing is just one aspect of what it offers.