Earlier quoted context omitted.
Microsoft has the IDE for you already: Visual Studio Code.
Which is 99% atom.io
Project Rider – A C# IDE
181–190 of 252 posts
Re: Project Rider – A C# IDE
#182Earlier quoted context omitted.
That's an editor, not an IDE. It's basically Atom, with some specialized plugins.
It is built on Electron Shell, but vscode is a lot more than a preselected set of plugins for Atom. Most of vscode was written from scratch in TypeScript or assembled from existing (non-Atom) parts. The editors don't really share code.
Re: Project Rider – A C# IDE
#183Earlier 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…
Re: Project Rider – A C# IDE
#184Earlier 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.
(FWIW, I prefer VS to Xcode, despite preferring Mac to Windows. IntelliSense and editor tabs seem nicer to use than Xcode's UI, and Xcode with a Swift project only a little bigger than a toy demo hits periodic freezes. On my home iMac which does have an SSD.)
Re: Project Rider – A C# IDE
#185Earlier quoted context omitted.
Have you tried this? https://code.visualstudio.com/
That's an editor, not an IDE. It's basically Atom, with some specialized plugins.
Also, it's based on Electron but doesn't have anything to do with Atom.
Re: Project Rider – A C# IDE
#186Earlier quoted context omitted.
I've never used Resharper but Visual Studio's Intellisense is incredibly powerful. What's lacking in its autocomplete support?
I'm not the same guy, but what I've found: - No substring completion (e.g., like emacs's ido-mode), no fuzzy completion (e.g., like various JS-based editors), no acronym completion (e.g., like emacs) - Navigation bar searches are shit. You have to select namespace, then class, then symbol, and there seems to be no keyboard shortcut for any of this stuff. It should present a list of entities in the file, display fully…
It does all the searching you want for filenames and symbols, substring searches, matching, you name it. It's fantastic, and they should highlight it way, way more.
As for your file finding problem, I don't know why you didn't start typing in the search field on top of the solution explorer. It filters everything in the solution explorer, and also does substring matching.
Re: Project Rider – A C# IDE
#187As a Xamarin developer, I'm really hoping that this plays well with Xamarin and thus liberates me from having to deal with the buggy and invasive Windows 10. I'd much prefer to be on Mac but once you're used to Visual Studio, Xamarin Studio is really a bitter pill to swallow. Can't wait!
Re: Project Rider – A C# IDE
#188Earlier quoted context omitted.
I've never used Resharper but Visual Studio's Intellisense is incredibly powerful. What's lacking in its autocomplete support?
I'm not the same guy, but what I've found: - No substring completion (e.g., like emacs's ido-mode), no fuzzy completion (e.g., like various JS-based editors), no acronym completion (e.g., like emacs) - Navigation bar searches are shit. You have to select namespace, then class, then symbol, and there seems to be no keyboard shortcut for any of this stuff. It should present a list of entities in the file, display fully…
I'm not sure if I'm understanding all of your items exactly, but I just tried to do everything on your list. It seemed like each (except for acronym completion) was available right out of the box (I am using VS2013).
For example, both the class view search and find files are handled by searching solution explorer. It updates in real time and the keyboard shortcut is Ctrl + ;
Re: Project Rider – A C# IDE
#189JetBrains 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.
I've tried all of JetBrains tools over and over throughout the years since I keep hearing about how much some people like their stuff - but every single time I am disappointed at how over-engineered everything they do seems to be. Furthermore, their cross platform tools like IntelliJ IDEA always wreak of badly emulated native components that don't look or behave the way that they should on any OS. So for me - Visual…
Even as a Windows user myself, I can't quite articulate what has always bothered me about Visual Studio in general over the years. It seems to have it's own language, terminology, and way of doing things that you have to buy into. And I really don't like that. Let me pick a folder, have that be my project, and edit text really clever like. That's what I want.
Re: Project Rider – A C# IDE
#190Earlier quoted context omitted.
I've tried all of JetBrains tools over and over throughout the years since I keep hearing about how much some people like their stuff - but every single time I am disappointed at how over-engineered everything they do seems to be. Furthermore, their cross platform tools like IntelliJ IDEA always wreak of badly emulated native components that don't look or behave the way that they should on any OS. So for me - Visual…
What you call over engineered I call common sense capabilities that get out of my way. There isn't any thing (non platform specific) that I can do in VS that I can't do better and faster in the IDEA platform. And with the tooling consistency, in can jump between stacks and Stillman maintain the same functionality.
I should have just copy & pasted your comment.