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
VSCode is an option the best C# support but it will do for the most part
ye just made it work here the vscode, but this geany looks rly good, waiting for some genious who made it work there
i thought geany was a python ide
If you see
mono
you're either in the past or in a MAUI projectYeah you absolutely do not need Mono nowadays. Install the dotnet SDK plus VSCode and you'll be fine.