IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
A fresh EAP build for IntelliJ IDEA 2016.2 is out and, being a good EAP build that it is, has something new for you to try: General A new inspection that warns you when you instantiate new objects inside equals, hashCode, compareTo or Comparator.compare methods. This helps to avoid significan…
In IntelliJ IDEA 11 you can check your Regular Expressions while coding without leaving the IDE. Just invoke the 'Check RegExp' intention action on a regular expression and play! Tip: You can turn any string into a regular expression by injecting RegExp language. Try the 'Inject Language' intenti…
If you ever tried to understand or edit regular expression like this in JavaScript or ActionScript: Then you are sure to find IntelliJ IDEA 9 a more helpful in this way. Now you can repeatedly press Ctrl+W to see non-capturing groups: Plus, code completion after is also a bit smarter:…
As you might recall, IntelliLang plugin had won two awards at the recently held IntelliJ IDEAL Plugin Contest. IntelliLang extends the support of custom languages and regular expressions in IntelliJ IDEA with: Language Injection Support: IntelliJ IDEA 6.0 can treat String literals, XML text and att…