Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Anaeijon5147yYou know... Every IDE does that.
And most other IDEs are even open source, not limited to windows development and easily extendable by plugins... 😒 -
@Anaeijon I use it for debugging PHP (when I'm forced to work on PHP) and when I want to be nosy and browse World of Warcraft add-on source files.
-
I use both vs code and vs. But will make the swirch to vs code and jetbrains IDEs in April
-
@Anaeijon You can develop for other platforms than windows using VS. And it is easily expandable.
-
@GodHatesMe in what is VS superior to VScode? Comparing a full fledge IDE to a scalable text editor is pretty unfair if you ask me.
-
Anaeijon5147y@Snatchedd Yes, you can.
But once you try to share your code with someone to build on his own machine, everything gets fucked up.
Converting a VS Project to a makefile project is hell. You need to change all the includes and imports, because VS handles Importing/Including illogically by default.
Collaboration is terrible, if someone in your team uses VS and doesn't do a lot of work to configure it to act like a sane C(++) IDE. -
@Anaeijon did not have many problems in my "workplace" up to now. Then again I'm a multiplatform user so it's not like I can't fix it myself.
-
px0622467yVisual Studio is far superior to any IDE but people just don't want to accept it because it's tied to windows and it's made by Microsoft. Same goes for C# being tonnes better than java.
-
pain04861717yJust thought Id mention that Visual Studio isn't just for PC any more. They launched a Mac version of VS 2017 and I believe they are working towards Linux support. I know they are working closely with red hat on .Net core and .Net standard support. And I do mean VS not VS code..That launched cross platform.
-
@mo3pheus i already use intellij, but the shortcut are to annoying and a hell to change
-
mo3pheus207y@Codex404 You need to change the default linux shortcuts - so they don't interfere with your coding. Such as cntrl+alt+l will lock your screen while you want to format the code. but once you set it up its bliss.
Related Rants
I love #VisualStudio.
See how visual studio really makes easy to analyze difference between two version of file. 😘😘
rant
git diff
code
git
developer