Live data from Hacker News

Project Rider – A C# IDE

blog.jetbrains.com

231–240 of 252 posts

Re: Project Rider – A C# IDE

#231

This is exciting news. Ironically, it's almost unfathomable to imagine writing C# code in Visual Studios without having ReSharper installed. Glad to see ReSharper finally available cross platform!

What? Resharper is barely useful in Visual Studio 2015, and the memory leak/lag/slowness/issues are tiresome. If I hadn't spent so much on Resharper I'd uninstall it.

You're kidding right? R# has lots of benefits to VS2015.

Re: Project Rider – A C# IDE

#232

Earlier quoted context omitted.

Out of interest, what disc are you using? SSD? I use a 2012 MBP i7 which was top of the line and notice slowness on its abysmal 5200RPM hard disk, even worse in Parallels Windows 7. At work I am using a Mac Pro 2008 with a WDC WD20EFRX-68AX9N0 in it (no idea of rotational rate, thanks Western Digital!!) and VMware is slow. Perhaps it is the antivirus I am forced to run inside Windows in a VM but it isn't snappy.

Lmao 5200rpm drive. Yeah that's clearly Windows/Parallels' fault. Developers not using SSDs is like a race car driver using an Impala off the car lot for a race.

Ah yes I wasn't saying that it was Parallels fault, other than there is clearly a lot of hardware out there (including "top of the line" Macs from a few years ago) that have this hardware. If I switch to an SSD, yes the problem would go away.

BUT! we should not be quick to ignore hardware like this and suggest to upgrade as a solution. Since there is a lot of hardware in use with that spec, it is best to cater for it. You wouldn't recommend someone went and used a fibre Internet connection when your mobile web page takes too long to download, would you? You'd fix your massive mobile web page.

I do get the feeling that OSX developers are all using SSD at Apple, because they obviously don't realise how unbearably slow the experience is with the 5200 RPM drive they sold me...

Re: Project Rider – A C# IDE

#234

Earlier quoted context omitted.

I think you can on OSX/Linux. It's not on Windows. If I had to guess, it's because VS Community exists.

I was debugging a Node app on Windows with VSCode about 20 minutes ago.

You can debug a Node application, my comment was with regards to a C# application.

Re: Project Rider – A C# IDE

#235

JetBrains is deadly. IntelliJ IDEA is simply the best tool I've ever used for HTML, CSS, JavaScript, PHP, and PostgreSQL. Incredibly intuitive and it does it all. It's what Photoshop is for designers. This immediately gets me stoked for doing my Unity C# development with this. * Edit. Initially thought this was an entirely new IDE, and not just a plugin. Less excited, but certainly worth a look.

A plugin is a good thing as far as I'm concerned. One IDE, many languages :)

Re: Project Rider – A C# IDE

#236

I'm unreasonably excited by this news. ReSharper is already an amazing tool and I'm sure JetBrains can do so much more with complete control over the whole IDE than with a plugin. I've not been very impressed with Visual Studio 2015 so far. I particularly don't like being forced to sign in to what should be an offline piece of software. Also, be careful installing it on an existing system as it will mess up your sett…

Hi jsingleton, just saw this post on your concerns about Visual Studio 2015. The VS team is investigating and would like to chat more with you. Can you ping us at VScteam@microsoft.com? Thanks.

Re: Project Rider – A C# IDE

#237
post #92

This will have to be very good to be better than Visual Studio on Windows. I've used Visual Studio 2013 a fair bit in the last 12 months and it's a fantastic IDE. Microsoft are also developing their cross-platform offering Visual Studio Code, which is a nice text editor and I imagine it's just going to get better. I am using another JetBrains product, PHPStorm, on the Mac at the moment for some Front End Dev, which i…

> This will have to be very good to be better than Visual Studio on Windows. Really? I feel MS has really dropped the ball with VS. VS2013 was OK, but not great. A lot of random lock-ups in really annoying situations where you can't even fathom why (like opening a text file). VS 2015 is actually awful - it wasn't until Update 1 that typing this (below) in C# would pop-up an on screen exception dialog: class Foo : Bar…

Hi Louthy, I've forwarded your comments regarding DNX and TFS to the team. Can you ping us at VScteam@micosoft.com? We'd like to chat more. Thanks.

Re: Project Rider – A C# IDE

#238

This will have to be very good to be better than Visual Studio on Windows. I've used Visual Studio 2013 a fair bit in the last 12 months and it's a fantastic IDE. Microsoft are also developing their cross-platform offering Visual Studio Code, which is a nice text editor and I imagine it's just going to get better. I am using another JetBrains product, PHPStorm, on the Mac at the moment for some Front End Dev, which i…

> This will have to be very good to be better than Visual Studio on Windows. Having worked with VS for many years, things not so glorious in my opinion. The main criticism is an increasing lack of stability and error prone refactoring. I've basically given up on automatic renaming with VS2015. The IDE crashes more often as it should, especially during debugging. Furthermore the solution/project-file concept (instead…

Hi mantenpanther, We appreciate the feedback. Can you contact us at VScteam@microsoft.com? We would like to chat with you regarding your concerns. Thanks.

Re: Project Rider – A C# IDE

#239

Earlier quoted context omitted.

It's the incredible bloat of the thing. It's weighed down so much by features that I do not want or need. I don't want SQL Server express & all the associated bloat that comes with that. I don't want IIS express and all the associated bloat that comes with that. I don't want freaking Entity Framework and its associated GUI designers. I don't want bloody "Blend for Visual Studio", I thought that crap was dead. I don't…

Altho I don't share your issues with all the 'bloating' stuff ( as others mentioned most of them can be avoided ) , I have a growing concern for the performance of VS while working with a bigger codebase (120+ projects) . It gets really really slow and full of loading screens which literally block you from doing anything. In fact you can sit there and wait 5+ minutes sometimes just to have the IDE let you do anything…

Hey interdrift, Can you ping us at VScteam@microsoft.com? We would like to chat with you more on your findings. Thanks

Re: Project Rider – A C# IDE

#240

Earlier quoted context omitted.

I've had literally the opposite experience. Everything I seemed to need, IntelliJ IDEA magically had. I just ended up uninstalling things like pgAdmin, for example, since IntelliJ IDEA is just far superior at doing the same thing, and it's just right there where you code. Convenient. Usually it started out as, "I wonder if it can..." and then quickly find the feature that just does what I want. Even as a Windows user…

like pgAdmin, for example, since IntelliJ IDEA is just far superior at doing the same thing, and it's just right there where you code. You don't mention the two things together, but VS has the server explorer which you can use to hook in to a database and do administrative tasks (both design and data viewing)

Also pgAdmin is about as feature-ful as Notepad is so it's not hard to do something a little better.

Besides server explorer, VS also has SSDT (SQL Server Data Tools) obviously only for SQL Server, but I've never seen anything even in the same league as SSDT for any open source database.

Post reply on HN