The latest updates on all JetBrains products and topics
Greetings, everyone! Today we are releasing the first version of the plugin for TeamCity which provides integration with JetBrains Hub, a single point of entry for user management across all JetBrains team tools. The first version of the Hub plugin for TeamCity handles authentication via Hub a…
Today we have great news for everyone passionate about learning and teaching programming with Python. First, we’ve released PyCharm Edu 2.0.2, an updated version of our free, easy and professional tool for learning programming with Python. This release consolidates many bug fixes and small improvem…
PhpStorm 9.5 has an amazing innovation in its refactoring engine. Now, when you need to rename a variable, parameter, class, method, constant or goto label, you can do it in-place, right in the editor pane. (more…)…
We at JetBrains are approaching the release of our brand new IDE for developers who work with SQL and databases. We’ve started the 0xDBE 1.0 EAP (Early Access Program) over a year ago and we appreciate how many people have participated in the program. Your feedback has been instrumental in shaping a…
PHPUnit 5 has been released, and brings a number of improvements to the most widely used testing framework in PHP. All of the new features and improvements in PHPUnit 5 are supported by PhpStorm 9.5. Let's take a look at what's new! (more…)…
Today we've released a new Scala plugin EAP build. With this build, we're happy to introduce an API that extends the IDE coding assistance to custom Scala macros. A macro is executed at compile-time and modifies the AST of your code: e.g. it can extend the class or its companion object with new m…
If you are a Grails developer, you'll be happy to know that IntelliJ IDEA 15 EAP brings the long-awaited support for Grails 3. Now you can enjoy both: the latest features of your favorite web framework, and the coding assistance of your favorite IDE: (more…)…
Last week we published IntelliJ IDEA 15 Preview to let everyone explore the new features coming in IntelliJ IDEA 15. This week, we continue our EAP program and publish a fresh EAP build. Among bugfixes, the new build brings several improvements of the TFS integration. Now, when committing your ch…
If you’re a .NET developer who doesn't follow our ReSharper Ultimate blog, then you probably missed a couple of blog posts about two new cool features in our dotTrace and dotMemory .NET profilers. Why are we writing about them in the TeamCity blog? Because these features are closely related with Tea…
For Java, in addition to the regular completion, IntelliJ IDEA provides so-called Postfix completion: it lets you modify a previously entered expression by adding a "postfix" to it and pressing Tab. This way you can transform your code without unnecessary backward caret jumps. Many users've asked…
Every week since the very opening of IntelliJ IDEA 15 EAP we’ve been teasing you with sneak peeks of the new features. Huge thanks to everyone who contributed either by sharing their feedback or sending us bug reports. Now most of the work is done, and we're happy to announce the IntelliJ IDEA 15 pu…
Today we would like to talk about Interactive Debug Console, a new feature that is available in the current PhpStorm 9.5 EAP. With Interactive Debug Console, you can alter variables, call PHP functions, and define additional functions – all on the fly. With this simple yet powerful feature, you will…