Eclipse is a free and open source integrated development environment (IDE).
N/A
WebStorm
Score 9.5 out of 10
N/A
WebStorm is an integrated development environment (IDE) by JetBrains. Designed for JavaScript and TypeScript development, WebStorm also aims to make it easy to tackle the most challenging tasks. Whether resolving Git merge conflicts or renaming a symbol across multiple files, it takes just a few clicks.
$0
per year
Sublime Text
Score 9.1 out of 10
N/A
Sublime Text is a highly customizable text editing solution featuring advanced API, Goto functions, and other features, from Sublime HQ in Sydney.
$80
Pricing
Eclipse
WebStorm
Sublime Text
Editions & Modules
No answers on this topic
Individual Non-Commercial
$0
per year
Individual
$6.90
per month
Bussiness
$15.90
per month per user
Individual
$69
per year
Business
$159
per year per user
Business
$80.00
Offerings
Pricing Offerings
Eclipse
WebStorm
Sublime Text
Free Trial
No
Yes
No
Free/Freemium Version
No
Yes
Yes
Premium Consulting/Integration Services
No
No
No
Entry-level Setup Fee
No setup fee
No setup fee
No setup fee
Additional Details
—
—
—
More Pricing Information
Community Pulse
Eclipse
WebStorm
Sublime Text
Considered Multiple Products
Eclipse
Verified User
Employee
Chose Eclipse
Eclipse stands out with its feature set, reliability, and being completely free of charge. I have previously used NetBeans but had reliability issues with it, at least on Windows version. IDEA has modern UI and is significantly more user friendly than Eclipse; however, the free …
These are all very similar in what they can do, and so they all stack up very similarly. I personally have found that Eclipse did a little bit better when it came to programming with java and so that is why we went with it for the classes coding in Java.
Eclipse used to be the defacto standard for code development. But in recent years, as it has started focusing on its other products, like Orion and Che, it's core IDE (with focus on the 'I'), has seen a slowdown in its prominence. It cannot be compared to just the massive …
Eclipse is the best IDE on the market for Java development. It has great error and warning handling, and many integrations with useful tools - debugger, sonarqube (static code analysis), Maven / Gradle / Ant, Tomcat / Wildfly / JBoss (web servers). The best part of eclipse is …
NetBeans is the closest competitor I've found to Eclipse for Java development. IntelliJ IDEA is good as well but it isn't free. NetBeans is a free competitor that has split the Java community, and a lot of it comes down to preference, like the famous vim vs. emacs wars. I would …
Eclipse provides the complexity necessary to trump Atom when working with Java, and is free when compared to WebStorm. NetBeans is a worthy competitor but it is all about preference.
I think WebStorm is way ahead of open-source editors. Please don't get me wrong, I love open-source. But the other free editors have a lot of configuration which blocks my whole coding experience. Take "Atom" for example. I used it for about 3 months, but in that time I had to …
I like WebStorm better because I don't have to spend time hunting down "useful plugins" to add to VS Code. But I'm biased because I have a lot more experience with WebStorm.
The only reason we sometimes use Sublime is that it manages to cover basic development needs while being to be very fast and light. WebStorm is heavier on resources, but you can't compare it with Sublime, because WebStorm is an IDE, and therefore it provides more features and …
I have loved using WebStorm because it has so many features that are helpful not only to those just starting out, but also to veteran programmers. WebStorm also has free educational licensing, which has been integral in creating a professional environment in my classroom. It …
I selected IntelliJ WebStorm mostly for legacy issues and I'm used/loyal to it. I guess if I started today, no strings attached I don't know if I'd be using it. It seems the main competitor is Visual Studio Code. Developers like it because it's fast and simple which is an area …
WebStorm is an excellent option but for people who are already into IDEA products. It is costly and resource-intensive and hence might not be favorable to the open source developer groups out there. Though it has many enterprise features like version control integration and …
Sublime Text is powerful, stable, versatile, and lightweight. It's also very affordable, with straightforward licensing terms. Many of the other options that we explored met some of these qualifications, but only Sublime Text checks all of those boxes. For example, NetBeans and …
Visual Studio Code was honestly a tough competitor to Sublime for multi-language projects, and ultimately edged it out for some of the teams I worked with. It's library functionality was far superior, it is 100% open source vs ads, and it has a similar speed. PyCharm and WebStor…
I have used just about every text editor there is that is free or has a free trial to evaluate. Text editors are very important to me as a software developer and over the years, I've made it a point to try out a great many of them. I do love Sublime Text Editor on Windows. And …
I think that if someone asked me for an IDE for Java programming, I would definitely recommend Eclipse as is one of the most complete solutions for this language out there. If the main programming language of that person is not Java, I don't think Eclipse would suit his needs[.]
Groups that use a [variety] of development environments (.net, python, web), Jebrain's products and Webstorm, in particular, are a great choice for productivity. If your developers are accustom to another IDE it might be better for all to sync on the same one. I wouldn't take the cost aspect as a consideration. A productive developer is far more important.
My CMS has a small window in which I can edit custom HTML/CSS. It can be expanded some, but not as much as I would like. It also displays all code as dark text on a white background. On a page where I am doing extensive custom coding, it is helpful to see it in a larger window and in a color-coded display so that I don't have to strain my eyes as hard. Especially when I'm trying to scan for specific elements and target issues and so that I don't have to scroll endlessly in a tiny window.
While the DB integration is broad (many connectors) it isn't particularly deep. So if you need to do serious DB work on (for example) SQL Server, it is sometimes necessary to go directly to the SQL Server Studio. But for general access and manipulation, it is ok.
The syntax formatting is sometimes painful to set up and doesn't always support things well. For example, it doesn't effectively support SCSS.
Using it for remote debugging in a VM works pretty well, but it is difficult to set up and there is no documentation I could find to really explain how to do it. When remote debugging, the editor does not necessarily integrate the remote context. So, for example, things like Pylint don't always find the libraries in the VM and display spurious errors.
The debugging console is not the default, and my choice is never remembered, so every time I restart my program, it's a dialog and several clicks to get it back. The debugging console has the same contextual problems with remote debugging that the editor does.
The popup file search sometimes frustrates me. It caps the number of results, and sometimes it isn't clear that it simply stopped looking. I also used to have trouble finding string occurrences that I knew were in my project, but I think they've made improvements in this area recently.
Being a AAA IDE, WebStorm can be a memory hog. If I don't kill it every few days, it can get really slow. I would love to see performance improvements.
Speaking of performance, WebStorm can take a long time to launch. I'd like to see improvements in launch times.
I love this product, what makes it one of the best tool out in the market is its ability to function with a wide range of languages. The online community support is superb, so you are never stuck on an issue. The customization is endless, you can keep adding plugins or jars for more functionalities as per your requirements. It's Free !!!
It has everything that the developer needs to do the job. Few things that I have used in my day-to-day development 1. Console output. 2. Software flash functionality supporting multiple JTAG vendors like J-LINK. 3. Debugging capabilities like having a breakpoint, looking at the assembly, looking at the memory etc. this also applies to Embedded boards. 4. Plug-in like CMake, Doxygen and PlantUML are available.
Great in debugging, testing, developing and maintaining softwares in a number of languages. Great support for many languages and their syntaxes. Great support of many third party extensions and plugins like GIT and html plugins. The RAM usage of WebStorm however could be really improved, it literally takes almost all of the RAM of my machine with 16GB RAM
This is a programmers tool. As such a lot of the features and benefits are lost on a non-technical user. To get the most out of the tool you need to have a basic crash course in how it works and what it can do. The documentation and community are good, but it takes a bit of time to get up to speed.
I gave this rating because Eclipse is an open-source free IDE therefore no support system is available as far as I know. I have to go through other sources to solve my problem which is very tough and annoying. So if you are using Eclipse then you are on your own, as a student, it is not a big issue for me but for developers it is a need.
I gave this rating because I have never needed their customer support, which is the highest level of support I suppose. When a product works just fine out of the box and everything you may need is well documented, it's a paradise for the customer. But I've seen some questions asked on their portal, and I've seen thorough answers given to the questions and the willingness to support the customer with follow-ups and everything else.
Never had to use their customer support before. There is ample documentation online so it's straightforward to find a solution to any problem you might encounter. For example, I needed to convert a string of HTML code to a properly formatted HTML file to "modify." Easy to do when there are so many users of the product who have needed to do that same thing before.
The installation, adaptability, and ease of usage for Eclipse are pretty high and simple compared to some of the other products. Also, the fact that it is almost a plug and play once the connections are established and once a new user gets the hang of the system comes pretty handy.
I think WebStorm is way ahead of open-source editors. Please don't get me wrong, I love open-source. But the other free editors have a lot of configuration which blocks my whole coding experience. Take "Atom" for example. I used it for about 3 months, but in that time I had to update the plugins hundreds of time, and for every little thing (e.g. linter) I had to download a community plugin, and with each plugin atom would get a little slow. Take "Eclipse" for another example, which is very suited for Java, but not so suited for JavaScript. Sublime was good, but WebStorm comes with many exciting features that I did not find in sublime/notepad.
We've used both Notepad++ and Atom; both are great but nothing really beats the Sublime Text UI; super intuitive and friendly and does everything you need without overwhelming you with stuff you don't. Other options are free, but for our organization, it was well worth the small license cost for the persistent use of a great product.
This development environment offers the possibility of improving the productivity time of work teams by supporting the integration of large architectures.
It drives constant change and evolution in work teams thanks to its constant versioning.
It works well enough to develop continuous server client integrations, based on solid or any other programming principle.
Sublime Text has helped me to focus on specific tasks, cutting out the clutter that many other IDEs have. As such, it has helped me be a more productive employee because I don't get dazed by hundreds of buttons. I can focus on just the code.
Sublime Text is so affordable that it's a no-brainer to have an extra tool in your toolset.
The Search features of Sublime Text are so useful that it has saved me a great amount of time compared to using Find & Replace menus in Xcode, Android Studio, or Eclipse.