Slow mode means you should wait a day between replies to keep quality of posts racing to the bottom. So please don’t reply to people in other threads if slow mode is stopping you from replying in the right place.
I've made a really dumb joke just now:
What is stupid and made by bulls?
Belgium.
Can I (or should I) quote from other pages just like quoting from somewhere in this forum? I saw something about copyright restrictions, I don’t know what they are.
Normal quoting rules apply. You can quote copyrighted works as long as you don’t include too long and too many excerpts. I don’t think there’s any hard rule other than what courts will decide being a reasonable amount of quoting copyrighted material, if you get sued.
You don’t have to use a .Net language for a .net IDE, I think JetBrain uses Java for their IDEs [1]
-
citation needed ↩︎
Yeah, you can write development tools for any language in any other language. Modern programming languages are so complex that you are not going to be able to write a proper parser for them. Basic syntax highlighting is easier, and there you just write the code to do that. For actual parsing and understanding source code, you’ll want a premade parser. Unless of course you want to learn how to build that stuff yourself, but a single person really can’t make a production quality one so it’s purely an exercise for building up skills. For C# the Roslyn system is now basically used by all of the development tools as it is too complex for multiple teams to try to maintain competing parsers.
Just like compilers which just take in text and output it in a different form, the language you use to implement something doesn’t restrict you in terms of what input types you can process. Though, it is common for compilers to be written in themselves as that is a good proof that the language they are written in is complete and can be used to develop complex software.
Summary
There not a working version yet, but you should keep an eye on DotDevelop, it’s basically the continuation of monodevelop by a different dev.
also if you are a student (or just have an active student email) could just try and use Rider for free for a while
you could also try Eclipse aCute if your desperate but I am not entirely familiar with it and I can’t really find much about it online but it should work with .net 6 and 7
Does DotDevelop recognize VS .sln files?
it might? but I have’nt used it, it’s still pretty early but you could try
it forked from monodevelop
While it’s a bit unlikely you’ll hit this, but Visual Studio is not actually free. You need to pay much more than for JetBrains licensing if you don’t qualify for the community edition of Visual Studio.
How? NET 7 was just recently released…
That’s why you need to install dozens of plugins to add in all the IDE features you need. I haven’t used it myself but from what I’ve heard you can basically turn it into an IDE with the right plugins (kind of like how emacs is also barebones out of the box but you can get most IDE features with plugins).
All C# IDEs (including MonoDevelop) I’ve used, use csproj and sln files as they use MSBuild or a compatible tool to build the code.
You just live in different timelines.
WARNING: The following sentences may contain a cognitohazard. Danger class: Existentialism
Honestly, being all alone on the forums is kind of creepy. The idea of a website just being there, dormant, existing, abandoned, with noone using it scares me for some reason. It’s just… So odd…
Sometimes I wander randomly through an outdated space simulator forum, looking for addons for it. It’s so strange how there are still active people in that place, as if it’s something unnatural.
what with all the talking dog films in the 2000s, Beverly hills chihuahuas, airbud, airbuddies, cats & dogs
another creepy thing is the errors in the neopets servers causing peoples neopets to get eaten by a stray who took their place
I thought this would be funny, probably wrong
i dont get it,
but i think its funni
3 posts were merged into an existing topic: Gartic Phone

if you don’t qualify for the community edition of Visual Studio

How? NET 7 was just recently released…

That’s why you need to install dozens of plugins to add in all the IDE features you need. I haven’t used it myself but from what I’ve heard you can basically turn it into an IDE with the right plugins (kind of like how emacs is also barebones out of the box but you can get most IDE features with plugins).
Meh

All C# IDEs (including MonoDevelop) I’ve used, use csproj and sln files as they use MSBuild or a compatible tool to build the code.
Vive la France!