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 language are you using?
C, for now.
In that case I would recommend using an IDE that supports C well. On Windows Visual Studio will get you far and it is the easiest to set up with wizards to create projects etc.
Alternatively you could use VSCode but it's a bit harder to set up.
clangd
extension from the marketplace. It's better than the official Microsoft C++ one.CMakelists.txt
andmain.c
). In the CMake make sure you addThat will give you perfect code intelligence (error squiggles etc).