Founder of fluentCODE here. Really happy to see this posted, we just pushed really hard last night to get the site up. Lots of good comments -- I'll just add that we will be a lot more than just a C#/VB/JS editor. We've got plans to build CodeEngines for F#, TypeScript, CoffeeScript, CSS/SCSS/SASS/LESS, PHP, python and lots of framework specific bits for each of those.
We're a small team working hard on a product we believe in. Ask anything and I'll try and respond if I don't fall asleep!
FYI, Go is missing a full featured IDE and Go is picking up steam. Not much competition in this space yet although JetBrains I think started putting real effort into the plugin.
I really like Go and have definitely felt there's room for great integrated tooling there.
I want to do Go as one of our early code engines. We'll probably start off using srclib for early Go support and then build up some bigger features around the compiler tools, go fix, and so forth.
We want to do some cool stuff with SQL down the road. We'd start with features like a query result browser, but could expand that into things like query analysis too.
We don't have it pegged for a specific release just yet though.
Yep! It's in the backlog; to start we'll probably use srclib [1] under the hood to provide the code intel bits, and we'll do some special UI wrappers for bundler/gems.
We've been working hard to make srclib's backend more powerful, and we've just started to build features that take advantage of the new backend. I've sent you an email, and we'd love to work more closely as srclib nears v1.0.
This looks great. I always enjoyed Visual Studio but Monodevelop/Xamarin Studio always feels a bit rickety to me. The key for me is refactoring and code intelligence which is briefly mentioned on the homepage, but can you shed any light on your plans in this area?
Also, a minor thing - what's the typeface in the "PROPORTIONAL FONTS" screenshot?
We're building on/and hoping to contribute to the community Code Fixes/Code Actions being built for Roslyn as far as refactoring goes in C#. We have some plans of providing a similar interface for other CodeEngines to implement diagnostics/fixes.
The font is Input Sans [0]. Great font. We wanted to try and package it with Scrawl but we never heard back from the author. Its free though, go try it out!
Smart timing. With .NET pushing for cross-platform, there's going to be space for a good IDE until (if they ever do) the porting of Visual Studio.
How heavy is it? I was looking for a lite IDE (if there is such a thing) for my netbook that installs all in one directory.
We want to make sure it's light enough to run on netbooks/travel computers.
We've got a Dell Venue 8 with an Atom processor lying around that we're using as a test device to make sure things still run well under CPU constraints.
We haven't looked too close yet at one-directory deployment or running off a USB stick, but I just added a sticky note to our backlog to see if we can do it cleanly.
Neither free nor open source. Does it matter? This is not a text editor. This could be THE best non-bloated IDE. The price seems pretty reasonable to me. Bought it already!
I'm not sure i'd use this. Visual studio is a great tool, and is about 90% of the reason I use dot net.
That said, though it's improving, Javascript support still has a long ways to go. I find myself writing increasing amounts of it as Knockout and Angular become standard place. I crave to have some of the features that I have with editing C# while editing javascript.
If you provided that, i'd buy a license. Though my preference would be a plugin (like resharper) as opposed to a whole new editor.
I'd also pay a lot more than $75. I already pay $150 at home, and $300 at work for resharper, i'd pay the same for increased javascript support.
Unless of course they push to make VS cross platform. I wouldn't be surprised if this is in the works. There has been a huge push at MS to become more cross platform with their product offerings. They must know a lot of their developers run OSX with a Windows VM just to run VS. I know pretty much our entire team does that.
As someone who has worked with Visual Studio and integration APIs for a long time, a port of VS across platforms would be a huge undertaking. A rewrite, essentially.
Visual Studio is heavily tied to WPF (Windows-only) presentation framework, COM (Windows-only) for communication across components and plugins, as well as bits of native legacy code throughout (Windows-only.)
Truly, you're looking at rewriting Visual Studio to get it on OSX. Heck, MS would probably be better off just buying Scrawl and rebranding it as Visual Studio for Mac.
And remember: while .NET is going cross-platform, there are no public plans for a cross-platform UI toolkit; there is no cross platform WinForms or WPF from Microsoft.
If Microsoft made VS cross platform, they would make a much more lightweight, modular IDE aimed at (initially) C#,VB,F# and javascript. They'd be able to leave out decades of that old COM/Win32/C++ cruft.
Essentially, this is what they would make. Or, they could simply buy this...
Why do i need to care? Today the only cross platform thing I worry about is if my site works correctly in IE/Firefox/Chrome/Safari. I don't care about my tools, I use windows, in the past I've used windows in a virtual machine on OSX. I'm not worried about it as a web developer.
We've got more direct support for Angular, Knockout and React in the backlog but I don't want to lie to you and say its happening tomorrow. Soon though. Thanks for your feedback!
Don't forget those that have to have C# support in text editors now there are plugins for Brackets, Atom, Sublime, vim and Emacs via http://omnisharp.net
Visual Studio has been effectively free for almost ten years with the Express Editions launching in 2005 (which can be used for commercial purposes).
The only thing that has really changed is that Microsoft has re-merged all of the individual Express Editions into one coherent [free] product, and they have enabled things like Visual Studio Extensions.
The biggest "problem" I have with the free versions is lack of Microsoft unit testing. Aside from the differences aren't that great (and I have Visual Studio Ultimate at work, and I still rarely notice the differences).
As to what their USP will be: I would imagine that it works on Mac and Linux. It is cross-platform, so it works on all three of the major OSs unlike Visual Studio (but somewhat like Sublime).
If we need to compare value to price ratio using JetBrain's products, for example, $100 (discounted to $75) is a bit too much. I won't even compare to the free Atom, which thanks to plugins and architecture is turning quickly into a fully-featured IDE.
Looks nice but as a current Sublime user, I'd like to know about plugin support.
It may be because I'm only able to see the mobile site, but whilst I can see a mention of "themability", I can't see any mention of extensibility via third-party plugins.
We had package manager support in our prototype and will have it in the main branch again for the v1.0 release. First nuget, then npm and bower. There will also be extensibility points here to introduce new package managers easily.
Actually, this isn't the day and age where native code IDE can be presented to be advantageous. I think what's sensible is to assume that no thick-client IDE is sufficient for arbitrarily sized projects.
Our backlog includes support for a PHPCodeEngine and framework support for Laravel and Symfony. Its not the first thing on our list but it will happen!
We're a small team working hard on a product we believe in. Ask anything and I'll try and respond if I don't fall asleep!