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
There isn't a hard line. IDE means Integrated Development Environment. It just means that tools that - in the stone ages - were used separately are integrated into your editor. Common tools that IDEs integrate that would be separate tools with a text editor like Notepad:
VSCode has all of those. The fact that it implements them in a pluggable way doesn't mean it doesn't.
Even though "is it an IDE" is a blurry line, VSCode is very clearly far across that line.
The only reasons people say it isn't are a) as a put-down - it's not a real IDE like - or b) because Microsoft put some nonsense about it not being an IDE on their website in order to try and explain why they make two IDEs (VSCode and VS).
So Kate is one too then, right? it has all of that and was designed for it to be used as an IDE.
Yes I'd say so.
So I guess vim is also an IDE then? My setup can do all of that.
I don't really know anything about Vim so I'd have to take your word for it.