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!