26
How to run current file in Kate?
(kbin.earth)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
What IDE's have you tried?
Kate (and vscode) aren't really IDE's, they're more like extremely extensible text editors. You can make them IDE's, but they dob't come like that out of the box.
On the other hands, actual IDE's often have the inbuilt capability to install and manage the programming language related software.
@moonpiedumplings @unknown1234_5
Switching from PyCharm to VSCode was an... experience. And a PITA.
Having an IDE that is dedicated to language is easier, IMO, than configuring VSCode to run like an IDE specific to python.
Been using Code for about 2 years now. I'm comfortable.