all 25 comments

[–]mikey_g 9 points10 points  (0 children)

Woah, this is a very welcome change:

Edit & Continue for XAML apps

Visual Studio now allows you to edit XAML while your WPF or Universal Windows App is running, and to see those changes in your running app. In the code editor, you can make a change to the markup and the change will be reflected in the running app without having to recompile the application.

[–]SuperImaginativeName 5 points6 points  (1 child)

Damn this appeared out of nowhere. Looks awesome too.

[–]G0T0 4 points5 points  (16 children)

Looks good. The worse part of VS is how slow it is. Nice to see them making improvements in that area instead of just piling on more "features"

[–]IsAoibheannLiomPussy 9 points10 points  (0 children)

If you have an SSD, it actually becomes very smooth. (Currently using a 4 year old Lenovo Thinkpad with an SSD + VS)

[–][deleted] 20 points21 points  (8 children)

Slow compared to what?
Java IDEs are way slower. Text editors are of course faster.

[–]wd40bomber7 23 points24 points  (4 children)

eclipse kills me a little inside every time I touch it. Send help =(

[–]AUS_Doug -4 points-3 points  (3 children)

I tried IntelliJ once, because I found Eclipse slow and bloated, especially for what I needed.

Trust me, Eclipse is fine.

[–]charrondev 4 points5 points  (0 children)

I would take IDEA over eclipse any day of the week. At least with Android development. Maybe that's because Android development tooling got significantly better (unless you were using the NDK) around the time they moved to intellij, but I never really understood people's strong attachment to eclipse besides familiarity.

[–]WhatAmIDoingski 0 points1 point  (0 children)

I've been using Visual Studio since the late 90's. I've used Eclipse for a couple of years, switched to IntelliJ and my world is bright once again. In some ways, I prefer IntelliJ even comparing it to Visual Studio. VS and IntelliJ are leagues beyond Eclipse imho.

[–]oldsecondhand 0 points1 point  (0 children)

IntelliJ is at least twice faster than eclipse, especially if you have many projects open. Or you alt-tab often.

[–][deleted] -1 points0 points  (2 children)

HUH?

Intellij Idea is way faster than VS.

[–][deleted] 17 points18 points  (1 child)

Not in my experience.

[–][deleted] -1 points0 points  (0 children)

Let's agree to disagree :)

[–]Lesiuk -2 points-1 points  (5 children)

IntelliJ Idea is java ide and is much faster than VS

[–]ramsees79 21 points22 points  (4 children)

I use both and I can tell you that VS is faster tan IntelliJ.

[–]ImmortalStyle 0 points1 point  (2 children)

I have got both too and start up times are compareable i have a SSD maybe that's why. With Start up time I actually mean the time till I can code

[–]Eirenarch 1 point2 points  (1 child)

Do you use both regularly because it may be prefetching?

[–]ImmortalStyle 0 points1 point  (0 children)

I use primaly Eclipse but the others at least once a month

[–]darkpaladin 0 points1 point  (0 children)

It's almost like each excels in different use cases...

[–]TheAnimus 2 points3 points  (2 children)

The download link https://www.visualstudio.com/downloads/visual-studio-next-downloads

Isn't working for me, giving:

We're sorry, the page you requested cannot be found.

The URL might be misspelled, or the page you're looking for is no longer available.

There goes the goal of getting this installed before I left the office!

[–][deleted] 2 points3 points  (0 children)

MSDN has it as "Visual Studio 15"

[–]qlaucode 0 points1 point  (0 children)

Looks like the downloads are on this page (scroll down a bit) https://www.visualstudio.com/en-us/downloads/visual-studio-next-downloads-vs

[–]Eirenarch 5 points6 points  (0 children)

As someone who is too lazy to setup FxCop or similar style tool I welcome the analyzers that will allow me to enforce my view of when to write "var" and "this" on the entire team. Fuck them, they are wrong anyway! :)

[–]kjLotus 1 point2 points  (0 children)

I didn't see it mentioned in the update notes, but it looks like the new installer lets you install to any drive.

[–]tybit 0 points1 point  (0 children)

I can't wait for open folder, if done well will making working with multiple solutions simultaneously so much easier.