IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin
JS 개발을 위한JetBrains IDE의새로운 기능 목차 Code With Me 종속성 업데이트를 위한 새로운 검사 package.json의 'imports' 및 'exports' 필드 지원 기본 HTML 미리보기 및 저장 시 다시 로드 .js와 .d.ts 파일 간의 매핑 개선 private 필드에 대한 이름 변경 리팩터링 Angular 구성 요소 추출 리팩터링 Vue 및 React 속성에 대한 타입 검사 'require' 문 자동 가져오기 새로워진 Deno 통합 FOMO에 대해 들어본 적이 있으신가요? Fea…
听说过 FOMO –“错失恐惧”吗?WebStorm 和其他 JetBrains IDE 中的功能数不胜数,有些实用功能虽然能让开发者更轻松、更有效率地工作,却也很容易被忽略。 因此我们决定尝试一种新形式。在 FOMO 摘要这一新系列中,我们将收集 WebStorm 中可以提高工作效率的最实用功能。本博客系列也将帮助到在其他 JetBrains IDE 中使用 JavaScript 和相关技术的人。PhpStorm、IntelliJ IDEA Ultimate、PyCharm Professional、GoLand、Rider、RubyMine – 这些 IDE 都包含…
Read the FOMO digest for a round-up of the latest features for JS development in our IDEs.
Although recently we've been posting a lot about IntelliJ IDEA 2016.3 EAP and new features it brings, we did very little mention of JavaScript and companions. Well, it's time to correct this oversight because the WebStorm wasn't just sitting there all this time, and since IntelliJ IDEA and WebStorm …
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…
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Maxim Mossienko. Do you have a habit running JSLint or JSHint for your JavaScript code? If you do not have it because the running is tedious, then IDE can help you with it while you edit the code. Here is how. (more&hel…
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Sergey Simonchik. Measuring JavaScript code coverage naturally complements unit testing. It provides a clear picture of which parts of your code remain untested, and helps you focus additional tests on the uncovered code. …
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Konstantin Ulitin. As you may know from the previous post about JavaScript Libraries in Intellij IDEA 10, the main benefit of specifying JavaScript libraries in your project is to populate a completion list with only relev…
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Konstantin Ulitin. We are getting a lot of reports and ideas from you about the ordering of JavaScript completion options. So in IntelliJ IDEA we made small but important improvements. More relevant suggestions now appear …
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…
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Konstantin Ulitin. As you may know, there are different versions of the JavaScript language. Each JavaScript engine implementation adds some nice features that others don't have. To make sure that you only use features sui…
Since IntelliJ IDEA 11 the Mark Object action, which was previously available in JVM-based debuggers only, is also supported in JavaScript debuggers for Firefox and Chrome browsers. To mark an object press F11 on the corresponding node in any debugger tree and specify the label: After that the lab…