anybody here ever used geany?

like i saw on youtube a guy running c# code but mine doesn't run, it gets an error that says: "'mono' is not recognized as an internal or external command, operable program or batch file." so basicly i installed mono already but i don't know how to run it, C and C++ worked already without any configuration... The reason i want it is about a lightweight IDE different than VS.
5 Replies
Buddy
Buddy2y ago
VSCode is an option catshrug the best C# support but it will do for the most part
devilish guy
devilish guyOP2y ago
ye just made it work here the vscode, but this geany looks rly good, waiting for some genious who made it work there
Jimmacle
Jimmacle2y ago
i thought geany was a python ide
Angius
Angius2y ago
If you see mono you're either in the past or in a MAUI project
Thinker
Thinker2y ago
Yeah you absolutely do not need Mono nowadays. Install the dotnet SDK plus VSCode and you'll be fine.

Did you find this page helpful?