IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
In the year 2013 much has changed in the world of web development: new languages, frameworks and libraries, and even test runners and frameworks. JetBrains continues to provide the best tools for all web developers, no matter what language or technology they’re using, and in today's post we'll fresh…
Probably the last EAP build (before RC) of IntelliJ IDEA 11.1 is available for download. New settings are added to Groovy Colors & Fonts settings to highlight local variables, parameters, reassigned local variables, reassigned parameters and method declarations in the editor. This build inc…
If you use GWT you may be interested to know that the first IntelliJ IDEA X EAP build fully understands CSS code inside <ui:style> tags of ui.xml: The editor also provides coding assistance when you're using CSS classes declared in these tags: Try IntelliJ IDEA 10 EAP and let us know what …
With IntelliJ IDEA 9.0.2 you can edit HTML and CSS code really fast using Zen Coding features. To use it, you have to install Zen Coding plugin for Web IDE/IntelliJ IDEA: go to Zen Coding Project Download Page, download an archive that contains a set of live templates, and extract it to "<Your H…
It often happens that we need to edit HTML code inside JavaScript literals. With Maia this is at last possible, and even with pleasure! Completion, quick documentation, and navigation for HTML, CSS and even JavaScript inside JavaScript literals is at your service :)…
Editing CSS files in Flex applications becomes easier with the help of some new Maia features. First, completion for CSS selectors, properties, and property values. For example, if you press Ctrl+Space in this context, you get all class names from a default namespace http://www.adobe.com/2006/mxml …
As you may already know, Internet Explorer supports a technique of inserting JavaScript snippets into css expressions. In case you need to edit such code, IntelliJ IDEA 9 will be happy to assist you with completion and highlighting!…